* update -S options

This commit is contained in:
peter 2000-01-26 16:12:24 +00:00
parent 298677e4aa
commit 675ed9c215

View File

@ -138,15 +138,18 @@ defaultcfg=
#-Rdirect #-Rdirect
# Semantic checking # Semantic checking
# -S2 switch some Delphi 2 extension on # -S2 switch some Delphi 2 extensions on
# -Sc supports operators like C (*=,+=,/= and -=) # -Sc supports operators like C (*=,+=,/= and -=)
# -Sg allows LABEL and GOTO # -Sd tries to be Delphi compatible
# -Si support C++ stlyed INLINE # -Se<x> compiler stops after the <x> errors (default is 1)
# -Sg allow LABEL and GOTO
# -Sh Use ansistrings
# -Si support C++ styled INLINE
# -Sm support macros like C (global) # -Sm support macros like C (global)
# -So tries to be TP/BP 7.0 compatible # -So tries to be TP/BP 7.0 compatible
# -Sp tries to be gpc compatible
# -Ss constructor name must be init (destructor must be done) # -Ss constructor name must be init (destructor must be done)
# -St allows static keyword in objects # -St allow static keyword in objects
# Allow goto, inline, C-operators # Allow goto, inline, C-operators
-Sgic -Sgic