@@ -4,6 +4,10 @@
{$goto on}
{$ifndef DISABLE_INLINE}
{$inline on}
+ { Inline small functions, but not when EXTDEBUG is used }
+ {$ifndef EXTDEBUG}
+ {$define USEINLINE}
+ {$endif EXTDEBUG}
{$endif}
{$interfaces corba}
@@ -31,11 +35,6 @@
{$define cpawaremessages}
-{ Inline small functions, but not when EXTDEBUG is used }
-{$ifndef EXTDEBUG}
- {$define USEINLINE}
-{$endif EXTDEBUG}
-
{$ifdef DEBUG_ALL_OPT}
{ for aopt unit }
{$define DEBUG_OPTALLOC}