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 /frontend/syntax.dcl | |
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 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index b8b2c97..8a4d679 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -159,7 +159,7 @@ instance == FunctionOrMacroIndex , dcl_sizes :: !{# Int} , dcl_dictionary_info :: !DictionaryInfo , dcl_declared :: !Declarations - , dcl_macro_conversions :: !Optional {#Index} + , dcl_has_macro_conversions :: !Bool , dcl_module_kind :: !ModuleKind , dcl_modification_time:: !{#Char} , dcl_imported_module_numbers :: !NumberSet |