chiark / gitweb /
New function allowing an atom's length to be specified at intern time.
[mLib] / sig.h
diff --git a/sig.h b/sig.h
index 4aba789ce1fc8e85ce57217d2b40a778bf37715d..8f648a85e67eab8b100ac31e4a4f663d1432c024 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sig.h,v 1.1 1999/07/26 23:16:26 mdw Exp $
+ * $Id: sig.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
  *
  * Signal handling
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sig.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/07/26 23:16:26  mdw
  * Signal handling integrated into I/O system.
  *
  */
 
-#ifndef SIG_H
-#define SIG_H
+#ifndef MLIB_SIG_H
+#define MLIB_SIG_H
 
 #ifdef __cplusplus
   extern "C" {