From: Eric S. Raymond Date: Thu, 8 Jun 2017 06:43:40 +0000 (-0400) Subject: De-gotoify carry(). X-Git-Tag: 1.1~525 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=1386d2b157bcbe9e03cb14ab7d11aa9a8a294732 De-gotoify carry(). --- diff --git a/advent.h b/advent.h index 2cc2daa..d3a62ca 100644 --- a/advent.h +++ b/advent.h @@ -10,6 +10,7 @@ #define MINTRS 50 #define MAXTRS 79 #define MAXPARMS 25 +#define INVLIMIT 7 typedef struct lcg_state {