GO_* enums no longer have an order constraint.

This commit is contained in:
Eric S. Raymond 2023-04-05 17:48:26 -04:00
parent 3c6648882d
commit 9b53140f1c

View file

@ -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,