mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 11:17:24 +01:00
* $IFNDEF is 7 chars and not 6 chars
This commit is contained in:
parent
6b25740f01
commit
0b396c0466
@ -144,7 +144,7 @@ implementation
|
|||||||
const
|
const
|
||||||
{ use any special name that is an invalid file name to avoid problems }
|
{ use any special name that is an invalid file name to avoid problems }
|
||||||
macro_special_name = '____Macro____';
|
macro_special_name = '____Macro____';
|
||||||
preprocstring : array [preproctyp] of string[6]
|
preprocstring : array [preproctyp] of string[7]
|
||||||
= ('$IFDEF','$IFNDEF','$IF','$IFOPT','$ELSE');
|
= ('$IFDEF','$IFNDEF','$IF','$IFOPT','$ELSE');
|
||||||
|
|
||||||
|
|
||||||
@ -1669,7 +1669,10 @@ exit_label:
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* Could not compile with TP, some arrays moved to heap
|
||||||
* NOAG386BIN default for TP
|
* NOAG386BIN default for TP
|
||||||
* AG386* files were not compatible with TP, fixed.
|
* AG386* files were not compatible with TP, fixed.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user