diff options
author | johnvg | 2010-07-05 10:23:50 +0000 |
---|---|---|
committer | johnvg | 2010-07-05 10:23:50 +0000 |
commit | 57b368bb8b70b8de8e52d3c9ce1d01d7782cf65d (patch) | |
tree | e8ecf8f33d5f233cd2c2e80f15a573932030be1b /frontend/transform.dcl | |
parent | pass Ident name instead of Ident to functions to create generic idents (diff) |
don't pass icl functions array to/from partitionateDclMacros,
it is not used because dcl macros cannot use icl macros.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1791 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/transform.dcl')
-rw-r--r-- | frontend/transform.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/transform.dcl b/frontend/transform.dcl index 5566a21..da07a6d 100644 --- a/frontend/transform.dcl +++ b/frontend/transform.dcl @@ -8,8 +8,8 @@ import syntax, checksupport :: PredefSymbolsForTransform = { predef_alias_dummy :: !PredefinedSymbol, predef_and :: !PredefinedSymbol, predef_or :: !PredefinedSymbol }; -partitionateDclMacros :: !IndexRange !Index !PredefSymbolsForTransform !*{#FunDef} !*{#*{#FunDef}} !*VarHeap !*ExpressionHeap !*SymbolTable !*ErrorAdmin - -> (!*{#FunDef},!*{#*{#FunDef}},!*VarHeap,!*ExpressionHeap,!*SymbolTable,!*ErrorAdmin ) +partitionateDclMacros :: !IndexRange !Index !PredefSymbolsForTransform !*{#*{#FunDef}} !*VarHeap !*ExpressionHeap !*SymbolTable !*ErrorAdmin + -> (!*{#*{#FunDef}},!*VarHeap,!*ExpressionHeap,!*SymbolTable,!*ErrorAdmin ) partitionateIclMacros :: !IndexRange !Index !PredefSymbolsForTransform !*{#FunDef} !*{#*{#FunDef}} !*VarHeap !*ExpressionHeap !*SymbolTable !*ErrorAdmin -> (!*{#FunDef},!*{#*{#FunDef}},!*VarHeap,!*ExpressionHeap,!*SymbolTable,!*ErrorAdmin ) |