mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:10:34 +01:00
* removed no longer used simplify_ppu global
git-svn-id: trunk@31445 -
This commit is contained in:
parent
21066ba3f3
commit
bc62795f15
@ -341,11 +341,6 @@ interface
|
||||
const
|
||||
DLLsource : boolean = false;
|
||||
|
||||
{ used to set all registers used for each global function
|
||||
this should dramatically decrease the number of
|
||||
recompilations needed PM }
|
||||
simplify_ppu : boolean = true;
|
||||
|
||||
Inside_asm_statement : boolean = false;
|
||||
|
||||
global_unit_count : word = 0;
|
||||
|
||||
@ -1239,7 +1239,7 @@ type
|
||||
end;
|
||||
{$ifdef EXTDEBUG}
|
||||
if not(cs_compilesystem in current_settings.moduleswitches) then
|
||||
if (store_crc<>current_module.crc) and simplify_ppu then
|
||||
if (store_crc<>current_module.crc) then
|
||||
Message1(unit_u_implementation_crc_changed,current_module.ppufilename);
|
||||
{$endif EXTDEBUG}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user