diff options
author | alimarin | 2002-06-03 09:49:30 +0000 |
---|---|---|
committer | alimarin | 2002-06-03 09:49:30 +0000 |
commit | 4505f798844949021d529670dde91dcd0d22f9cd (patch) | |
tree | be3742504873d11df0bbecae502e609935c3fe84 /frontend/compilerSwitches.icl | |
parent | - improved handling of equivalent types within one application to share a (diff) |
added constructor/type/field information to generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1079 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index 09ac960..4a31b5e 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -8,6 +8,7 @@ switch_import_syntax one_point_three two_point_zero :== two_point_zero SwitchPreprocessor preprocessor no_preprocessor :== preprocessor SwitchGenerics on off :== off +SwitchGenericInfo on off :== on // MV... // - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol) |