GO_* enums no longer have an order constraint.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 5 Apr 2023 21:48:26 +0000 (17:48 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 5 Apr 2023 21:48:26 +0000 (17:48 -0400)
advent.h

index 100de43cceb647e6b92bd2db9de80a9a414eb7d8..805b7a7b3fc73ce7b90b4c30884c7b9df03855ef 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -115,7 +115,6 @@ typedef enum scorebonus {none, splatter, defeat, victory} score_t;
 
 /* Phase codes for action returns.
  * These were at one time FORTRAN line numbers.
- * The values don't matter, but perturb their order at your peril.
  */
 typedef enum {
     GO_TERMINATE,