* maxfpuregisters to shortint

git-svn-id: trunk@5096 -
This commit is contained in:
peter 2006-10-30 20:23:03 +00:00
parent 058e1877ba
commit 568e21ef1d

View File

@ -113,7 +113,7 @@ interface
fileindex : word;
{ moduleindex : word; }
end;
tcodepagestring = string[20];
tsettings = record
@ -136,7 +136,7 @@ interface
sourcecodepage : tcodepagestring;
packrecords : shortint;
maxfpuregisters : byte;
maxfpuregisters : shortint;
end;
@ -242,7 +242,7 @@ interface
init_settings,
current_settings : tsettings;
nextlocalswitches : tlocalswitches;
localswitcheschanged : boolean;