* portable constants

This commit is contained in:
peter 2001-05-18 23:01:13 +00:00
parent 12a3b11cdb
commit b2fd39bc94

View File

@ -642,6 +642,9 @@ const
maxfpuvarregs = 8;
max_operands = 3;
maxintregs = maxvarregs;
maxfpuregs = maxfpuvarregs;
function imm_2_type(l:longint):longint;
{ the following functions allow to convert registers }
@ -923,7 +926,10 @@ end;
end.
{
$Log$
Revision 1.4 2001-04-13 01:22:18 peter
Revision 1.5 2001-05-18 23:01:13 peter
* portable constants
Revision 1.4 2001/04/13 01:22:18 peter
* symtable change to classes
* range check generation and errors fixed, make cycle DEBUG=1 works
* memory leaks fixed