Make limits 64 bits, add globallines limit to configurable limits
Make all limit counters 64 bits, in case someone really has a usage
for an insanely large program. The globallines limit was omitted, add
it to the list of configurable limits.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
diff --git a/asm/eval.c b/asm/eval.c
index 582f950..1a6680f 100644
--- a/asm/eval.c
+++ b/asm/eval.c
@@ -72,7 +72,7 @@
static int *opflags;
static struct eval_hints *hint;
-static int deadman;
+static int64_t deadman;
/*