X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/6e1e0f2f3c2fee3e1e9df39c6d4816566c10aafb..b35b69671758932989823d1912627c4c2507792c:/NumberlikeArray.hh diff --git a/NumberlikeArray.hh b/NumberlikeArray.hh index 971c75f..7b49566 100644 --- a/NumberlikeArray.hh +++ b/NumberlikeArray.hh @@ -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.