From 0b396c04664c9d9636d734cb9233e82cb9606c88 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 3 Sep 1999 10:02:48 +0000 Subject: [PATCH] * $IFNDEF is 7 chars and not 6 chars --- compiler/scanner.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/scanner.pas b/compiler/scanner.pas index cae54ef516..6589addfdb 100644 --- a/compiler/scanner.pas +++ b/compiler/scanner.pas @@ -144,7 +144,7 @@ implementation const { use any special name that is an invalid file name to avoid problems } macro_special_name = '____Macro____'; - preprocstring : array [preproctyp] of string[6] + preprocstring : array [preproctyp] of string[7] = ('$IFDEF','$IFNDEF','$IF','$IFOPT','$ELSE'); @@ -1669,7 +1669,10 @@ exit_label: end. { $Log$ - Revision 1.94 1999-09-02 18:47:47 daniel + Revision 1.95 1999-09-03 10:02:48 peter + * $IFNDEF is 7 chars and not 6 chars + + Revision 1.94 1999/09/02 18:47:47 daniel * Could not compile with TP, some arrays moved to heap * NOAG386BIN default for TP * AG386* files were not compatible with TP, fixed.