mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 19:10:18 +02:00
* $M directive renamed to $MEMORY : Long directive name
This commit is contained in:
parent
f8e067cadb
commit
f373bb419c
@ -9,7 +9,7 @@
|
||||
{$inline on}
|
||||
|
||||
{ 1Mb stack }
|
||||
{$M 1000000}
|
||||
{$MEMORY 1000000}
|
||||
|
||||
{ This reduces the memory requirements a lot }
|
||||
{$PACKENUM 1}
|
||||
@ -95,7 +95,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.33 2004-02-17 15:57:49 peter
|
||||
Revision 1.34 2004-03-10 11:55:22 mazen
|
||||
* $M directive renamed to $MEMORY : Long directive name
|
||||
|
||||
Revision 1.33 2004/02/17 15:57:49 peter
|
||||
- fix rtti generation for properties containing sl_vec
|
||||
- fix crash when overloaded operator is not available
|
||||
- fix record alignment for C style variant records
|
||||
|
Loading…
Reference in New Issue
Block a user