mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* defstates doesn't affect any crc
git-svn-id: trunk@8927 -
This commit is contained in:
parent
a9b0952c77
commit
c8ed392469
@ -953,8 +953,8 @@ implementation
|
||||
ppufile.putlongint(DefId);
|
||||
ppufile.putderef(typesymderef);
|
||||
ppufile.putsmallset(defoptions);
|
||||
oldintfcrc:=ppufile.do_interface_crc;
|
||||
ppufile.do_interface_crc:=false;
|
||||
oldintfcrc:=ppufile.do_crc;
|
||||
ppufile.do_crc:=false;
|
||||
ppufile.putsmallset(defstates);
|
||||
if df_generic in defoptions then
|
||||
begin
|
||||
@ -977,7 +977,7 @@ implementation
|
||||
dec(sizeleft,i);
|
||||
end;
|
||||
end;
|
||||
ppufile.do_interface_crc:=oldintfcrc;
|
||||
ppufile.do_crc:=oldintfcrc;
|
||||
if df_specialization in defoptions then
|
||||
ppufile.putderef(genericdefderef);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user