From f4b983bdd88608c13c2882062f90a473fc34a61d Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 12 Aug 2001 19:59:49 +0000 Subject: [PATCH] * typo in extdebug msg --- compiler/pmodules.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/pmodules.pas b/compiler/pmodules.pas index 3a9e81949c..88d6c4f60b 100644 --- a/compiler/pmodules.pas +++ b/compiler/pmodules.pas @@ -1055,7 +1055,7 @@ implementation if not(cs_compilesystem in aktmoduleswitches) then if (store_crc<>current_module.crc) and simplify_ppu then 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} { remove static symtable (=refsymtable) here to save some mem } @@ -1339,7 +1339,10 @@ implementation end. { $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 Revision 1.41 2001/08/05 12:26:52 peter