Browse Source

* typo in extdebug msg

peter 24 years ago
parent
commit
f4b983bdd8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/pmodules.pas

+ 5 - 2
compiler/pmodules.pas

@@ -1055,7 +1055,7 @@ implementation
          if not(cs_compilesystem in aktmoduleswitches) then
          if not(cs_compilesystem in aktmoduleswitches) then
            if (store_crc<>current_module.crc) and simplify_ppu then
            if (store_crc<>current_module.crc) and simplify_ppu then
              Comment(V_Warning,current_module.ppufilename^+' implementation CRC changed '+
              Comment(V_Warning,current_module.ppufilename^+' implementation CRC changed '+
-               hexstr(store_crc,8)+'<>'+hexstr(current_module.interface_crc,8));
+               hexstr(store_crc,8)+'<>'+hexstr(current_module.crc,8));
 {$endif EXTDEBUG}
 {$endif EXTDEBUG}
 
 
          { remove static symtable (=refsymtable) here to save some mem }
          { remove static symtable (=refsymtable) here to save some mem }
@@ -1339,7 +1339,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.42  2001-08-06 21:40:47  peter
+  Revision 1.43  2001-08-12 19:59:49  peter
+    * typo in extdebug msg
+
+  Revision 1.42  2001/08/06 21:40:47  peter
     * funcret moved from tprocinfo to tprocdef
     * funcret moved from tprocinfo to tprocdef
 
 
   Revision 1.41  2001/08/05 12:26:52  peter
   Revision 1.41  2001/08/05 12:26:52  peter