浏览代码

Declare MsgCrcValue with cond EXTERN_MSG

pierre 25 年之前
父节点
当前提交
a788f11833
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      compiler/verbose.pas

+ 7 - 1
compiler/verbose.pas

@@ -32,6 +32,9 @@ uses
 
 {$ifndef EXTERN_MSG}
   {$i msgtxt.inc}
+{$else }
+  Const
+    MsgCRCValue : longint = 0;
 {$endif}
 
 {$i msgidx.inc}
@@ -580,7 +583,10 @@ end.
 
 {
   $Log$
-  Revision 1.52  2000-05-10 19:20:23  pierre
+  Revision 1.53  2000-05-15 14:05:40  pierre
+   Declare MsgCrcValue with cond EXTERN_MSG
+
+  Revision 1.52  2000/05/10 19:20:23  pierre
     * Use integer third arg for val in SetErrorFlags
       to allow compilation with Delphi
       reported by Kovacs Attila Zoltan