From: Matt Birkholz Date: Wed, 17 May 2017 21:53:11 +0000 (-0700) Subject: Fix MAX_HALT_MESSAGE (after adding 3 more). Thanks to Joe Marshall. X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~56 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=59414222c4beb22fc1327d00820c6d91d8d50613;p=mit-scheme.git Fix MAX_HALT_MESSAGE (after adding 3 more). Thanks to Joe Marshall. --- diff --git a/src/microcode/errors.h b/src/microcode/errors.h index 042a9a6bf..54ba42230 100644 --- a/src/microcode/errors.h +++ b/src/microcode/errors.h @@ -269,7 +269,7 @@ USA. /* 0x1A */ "Backing out of non-primitive" \ } -#define MAX_HALT_MESSAGE 4 +#define MAX_HALT_MESSAGE 7 #define TERM_HALT_MESSAGE_TABLE \ { \