chiark / gitweb /
New function allowing an atom's length to be specified at intern time.
[mLib] / trace.h
diff --git a/trace.h b/trace.h
index 1e02a269fc06074f24c08eef600fdd4395b47e58..6ebc0648d8136c301cb95e04b76d81b785a62df6 100644 (file)
--- a/trace.h
+++ b/trace.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: trace.h,v 1.4 1999/10/22 22:39:52 mdw Exp $
+ * $Id: trace.h,v 1.5 1999/12/10 23:42:04 mdw Exp $
  *
  * Tracing functions for debugging
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: trace.h,v $
+ * Revision 1.5  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.4  1999/10/22 22:39:52  mdw
  * New documented interface for tracing.
  *
@@ -44,8 +47,8 @@
  *
  */
 
-#ifndef TRACE_H
-#define TRACE_H
+#ifndef MLIB_TRACE_H
+#define MLIB_TRACE_H
 
 #ifdef __cplusplus
   extern "C" {