mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 00:10:51 +02:00
+ cs_typed_const_not_changeable added but not implemented yet !
This commit is contained in:
parent
d4486b584c
commit
acb84c0c88
@ -45,6 +45,7 @@ interface
|
||||
{ support }
|
||||
cs_support_inline,cs_support_goto,cs_support_macro,
|
||||
cs_support_c_operators,cs_static_keyword,
|
||||
cs_typed_const_not_changeable,
|
||||
{ generation }
|
||||
cs_profile,cs_debuginfo,cs_browser,cs_local_browser,cs_compilesystem,
|
||||
{ linking }
|
||||
@ -109,7 +110,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 1999-04-16 11:49:42 peter
|
||||
Revision 1.7 1999-04-25 22:34:58 pierre
|
||||
+ cs_typed_const_not_changeable added but not implemented yet !
|
||||
|
||||
Revision 1.6 1999/04/16 11:49:42 peter
|
||||
+ tempalloc
|
||||
+ -at to show temp alloc info in .s file
|
||||
|
||||
|
@ -53,7 +53,7 @@ const
|
||||
{G} (typesw:ignoredsw; setsw:ord(cs_localnone)),
|
||||
{H} (typesw:localsw; setsw:ord(cs_ansistrings)),
|
||||
{I} (typesw:localsw; setsw:ord(cs_check_io)),
|
||||
{J} (typesw:illegalsw; setsw:ord(cs_localnone)),
|
||||
{J} (typesw:unsupportedsw; setsw:ord(cs_typed_const_not_changeable)),
|
||||
{K} (typesw:unsupportedsw; setsw:ord(cs_localnone)),
|
||||
{L} (typesw:modulesw; setsw:ord(cs_local_browser)),
|
||||
{M} (typesw:localsw; setsw:ord(cs_generate_rtti)),
|
||||
@ -171,7 +171,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 1999-02-22 13:07:06 pierre
|
||||
Revision 1.21 1999-04-25 22:34:59 pierre
|
||||
+ cs_typed_const_not_changeable added but not implemented yet !
|
||||
|
||||
Revision 1.20 1999/02/22 13:07:06 pierre
|
||||
+ -b and -bl options work !
|
||||
+ cs_local_browser ($L+) is disabled if cs_browser ($Y+)
|
||||
is not enabled when quitting global section
|
||||
|
Loading…
Reference in New Issue
Block a user