diff options
author | johnvg | 2011-04-14 12:53:59 +0000 |
---|---|---|
committer | johnvg | 2011-04-14 12:53:59 +0000 |
commit | 60c9b01a4b2c6c1f3dc56cd8edbc90118f751511 (patch) | |
tree | f0fd64fc71795c8412f2116c7d59fd3e61df7d8d /main | |
parent | commit more changes for: (diff) |
replace field dcl_macro_conversions by dcl_has_macro_conversions of type DclModule
(to have fewer differences with the haskell frontend branch),
the conversion table for macros is not used after checking
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1919 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/compile.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/compile.icl b/main/compile.icl index 3127882..e0c022f 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -325,7 +325,7 @@ compileModule options backendArgs cache=:{dcl_modules,functions_and_macros,prede | not closed = abort ("couldn't close error file \"" +++ options.errorPath +++ "\"\n") | success - # dcl_modules={{dcl_module \\ dcl_module<-:cached_dcl_mods} & [main_dcl_module_n].dcl_macro_conversions=No} + # dcl_modules={{dcl_module \\ dcl_module<-:cached_dcl_mods} & [main_dcl_module_n].dcl_has_macro_conversions=False} # cache={dcl_modules=dcl_modules,functions_and_macros=cached_functions_and_macros,predef_symbols=unique_copy_of_predef_symbols,hash_table=hash_table,heaps=heaps} = (success,cache,files) # cache={dcl_modules=cached_dcl_mods,functions_and_macros=cached_functions_and_macros,predef_symbols=unique_copy_of_predef_symbols,hash_table=hash_table,heaps=heaps} |