* defstates doesn't affect any crc

git-svn-id: trunk@8927 -
This commit is contained in:
peter 2007-10-25 18:13:03 +00:00
parent a9b0952c77
commit c8ed392469

View File

@ -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;