浏览代码

+ cs_typed_const_not_changeable added but not implemented yet !

pierre 26 年之前
父节点
当前提交
acb84c0c88
共有 2 个文件被更改,包括 10 次插入3 次删除
  1. 5 1
      compiler/globtype.pas
  2. 5 2
      compiler/switches.pas

+ 5 - 1
compiler/globtype.pas

@@ -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
 

+ 5 - 2
compiler/switches.pas

@@ -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