blob: a2bb1007ee9cf0e4ec82ff0bcdc8722ba7f06b5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
implementation module compilerSwitches
PA_BUG on off :== off
switch_import_syntax one_point_three two_point_zero :== one_point_three
/* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */
SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
// MV...
// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol)
// - the (ModuleID _)-constructor is *not* yet shared
USE_DummyModuleName yes no :== yes
switch_dynamics on off :== off; // to turn dynamics on or off
// ...MV
|