mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:20:33 +02:00
* fixed -Se (merged)
This commit is contained in:
parent
b2f174a277
commit
b2c26bdd42
@ -681,7 +681,7 @@ begin
|
|||||||
'c' : initmoduleswitches:=initmoduleswitches+[cs_support_c_operators];
|
'c' : initmoduleswitches:=initmoduleswitches+[cs_support_c_operators];
|
||||||
'd' : SetCompileMode('DELPHI',true);
|
'd' : SetCompileMode('DELPHI',true);
|
||||||
'e' : begin
|
'e' : begin
|
||||||
SetErrorFlags(more);
|
SetErrorFlags(copy(more,j+1,length(more)));
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
'g' : initmoduleswitches:=initmoduleswitches+[cs_support_goto];
|
'g' : initmoduleswitches:=initmoduleswitches+[cs_support_goto];
|
||||||
@ -1555,7 +1555,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.37 2001-03-23 00:16:07 florian
|
Revision 1.38 2001-03-25 12:27:31 peter
|
||||||
|
* fixed -Se (merged)
|
||||||
|
|
||||||
|
Revision 1.37 2001/03/23 00:16:07 florian
|
||||||
+ some stuff to compile FreeCLX added
|
+ some stuff to compile FreeCLX added
|
||||||
|
|
||||||
Revision 1.36 2001/03/13 20:59:56 peter
|
Revision 1.36 2001/03/13 20:59:56 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user