Change header file guard names.
[mLib] / lbuf.h
diff --git a/lbuf.h b/lbuf.h
index 9543d08..21968e2 100644 (file)
--- a/lbuf.h
+++ b/lbuf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lbuf.h,v 1.2 1999/05/17 20:36:08 mdw Exp $
+ * $Id: lbuf.h,v 1.3 1999/12/10 23:42:04 mdw Exp $
  *
  * Block-to-line buffering
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: lbuf.h,v $
+ * Revision 1.3  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.2  1999/05/17 20:36:08  mdw
  * Make the magical constants for the buffer flags uppercase.
  *
@@ -38,8 +41,8 @@
  *
  */
 
-#ifndef LBUF_H
-#define LBUF_H
+#ifndef MLIB_LBUF_H
+#define MLIB_LBUF_H
 
 #ifdef __cplusplus
   extern "C" {