Remove use of Unicode number sign in comments.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 10:18:04 +0000 (05:18 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 10:18:04 +0000 (05:18 -0500)
"#" for this use is well established in English.  It's not worth opening the
i18n can of worms here.

advent.h

index b79229a6827b6c51cf0d52edc705685a9a74c8b9..4808dafeb9fac22e72db5156ca4d4e8ac66cd0c6 100644 (file)
--- a/advent.h
+++ b/advent.h
 #define LCG_M 1048576L
 
 #define LINESIZE       1024
 #define LCG_M 1048576L
 
 #define LINESIZE       1024
-#define TOKLEN         5          //  sigificant characters in a token */
+#define TOKLEN         5          // # sigificant characters in a token */
 #define NDWARVES       6          // number of dwarves
 #define PIRATE         NDWARVES   // must be NDWARVES-1 when zero-origin
 #define DALTLC         LOC_NUGGET // alternate dwarf location
 #define NDWARVES       6          // number of dwarves
 #define PIRATE         NDWARVES   // must be NDWARVES-1 when zero-origin
 #define DALTLC         LOC_NUGGET // alternate dwarf location
-#define INVLIMIT       7          // inventory limit ( of objects)
+#define INVLIMIT       7          // inventory limit (# of objects)
 #define INTRANSITIVE   -1         // illegal object number
 #define GAMELIMIT      330        // base limit of turns
 #define NOVICELIMIT    1000       // limit of turns for novice
 #define INTRANSITIVE   -1         // illegal object number
 #define GAMELIMIT      330        // base limit of turns
 #define NOVICELIMIT    1000       // limit of turns for novice