aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
blob: d04aa385ca06f31638ad1576b3f56586cbe5cabd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
implementation module compilerSwitches

switch_import_syntax one_point_three two_point_zero :== two_point_zero
	/* when finally removing this switch also remove the argument of STE_Instance and ID_OldSyntax */

SwitchPreprocessor preprocessor no_preprocessor :== preprocessor

SwitchGenerics on off :== on
SwitchGenericInfo on off :== on

// MV...
// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol)
// - the (ModuleID _)-constructor is *not* yet shared

switch_dynamics on off :== on;		// to turn dynamics on or off
// ...MV