chiark / gitweb /
Qualify name given to @bres_byname@.
[mLib] / crc32.h
diff --git a/crc32.h b/crc32.h
index 2ecbdc07daa32f6784ee70cc0fe93cf1b481dce3..2b36e5f4f27df965e0d9949095fcc41592eef81c 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: crc32.h,v 1.5 1999/12/10 23:42:04 mdw Exp $
+ * $Id: crc32.h,v 1.6 2000/07/02 22:20:42 mdw Exp $
  *
  * Calculating cyclic redundancy values (non-cryptographic!)
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crc32.h,v $
+ * Revision 1.6  2000/07/02 22:20:42  mdw
+ * Fix constant name.
+ *
  * Revision 1.5  1999/12/10 23:42:04  mdw
  * Change header file guard names.
  *
@@ -48,7 +51,7 @@
  */
 
 #ifndef MLIB_CRC32_H
-#define CRC32_h
+#define MLIB_CRC32_H
 
 #ifdef __cplusplus
   extern "C" {