* use packenum 1 to save some memory

This commit is contained in:
peter 2002-04-14 09:43:27 +00:00
parent 8e10477361
commit 158f65b646

View File

@ -7,6 +7,9 @@
{$H-}
{$goto on}
{ This reduces the memory requirements a lot }
{$PACKENUM 1}
{$define FPCPROCVAR}
{$ifdef I386}
{$define USEEXCEPT}