Browse Source

Declare MsgCrcValue with cond EXTERN_MSG

pierre 25 years ago
parent
commit
a788f11833
1 changed files with 7 additions and 1 deletions
  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