mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
* $mode gives now a warning if an unknown mode keyword follows
This commit is contained in:
parent
bf6bed1bf7
commit
929290a3c9
@ -736,7 +736,9 @@ const
|
||||
aktmodeswitches:=objfpcmodeswitches
|
||||
else
|
||||
if pattern='GPC' then
|
||||
aktmodeswitches:=gpcmodeswitches;
|
||||
aktmodeswitches:=gpcmodeswitches
|
||||
else
|
||||
Message(scan_w_illegal_switch);
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -1088,7 +1090,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.56 1999-07-23 16:05:27 peter
|
||||
Revision 1.57 1999-07-26 14:55:36 florian
|
||||
* $mode gives now a warning if an unknown mode keyword follows
|
||||
|
||||
Revision 1.56 1999/07/23 16:05:27 peter
|
||||
* alignment is now saved in the symtable
|
||||
* C alignment added for records
|
||||
* PPU version increased to solve .12 <-> .13 probs
|
||||
|
Loading…
Reference in New Issue
Block a user