mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 07:50:58 +02:00
* typo in extdebug msg
This commit is contained in:
parent
369b81bbb6
commit
f4b983bdd8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user