Append _H to anti-multiple-inclusion macros.
[bigint/bigint.git] / NumberlikeArray.hh
index 971c75f..7b49566 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * Matt McCutchen's Big Integer Library
- */
-
 /*
  * This mechanism prevents files from being included twice.
  * Each file gets its own `id' (here `NUMBERLIKEARRAY').
@@ -9,8 +5,8 @@
  * already been flagged.  If not, it flags the `id' and
  * loads the declarations.
  */
-#ifndef NUMBERLIKEARRAY
-#define NUMBERLIKEARRAY
+#ifndef NUMBERLIKEARRAY_H
+#define NUMBERLIKEARRAY_H
 
 // An essential memory-management constant.
 // I wish this were built into C++ just as it is in Java.