1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Simba: Define USE_EXTENSIONS by default.

This commit is contained in:
Merlijn Wajer 2011-07-26 22:04:48 +02:00
parent 303253aeed
commit 1fd51ff6b1

View File

@ -32,7 +32,7 @@
//{$DEFINE USE_CPASCAL} // TODO
//{$DEFINE USE_LAPE} // TODO
//{$DEFINE USE_EXTENSIONS}
{$DEFINE USE_EXTENSIONS}
//{$DEFINE USE_CODECOMPLETION} // TODO
//{$DEFINE TERMINALWRITELN} // Only used once. Remove from SimbaUnit?