From 9b53140f1cc99acebf429fa9812ec75de7a511cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 5 Apr 2023 17:48:26 -0400 Subject: [PATCH] GO_* enums no longer have an order constraint. --- advent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/advent.h b/advent.h index 100de43..805b7a7 100644 --- 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, -- 2.31.1