diff options
author | martijnv | 2001-05-10 08:36:22 +0000 |
---|---|---|
committer | martijnv | 2001-05-10 08:36:22 +0000 |
commit | 74743d128b61e0ea9ed828e1bab1be91dc68e6c9 (patch) | |
tree | 4b9883c79c0b300d44f89ed22b3cd6cf9db8948d /frontend/transform.dcl | |
parent | bug fixes: (diff) |
changed last field of CollectState into cos_used_dynamics which reflects
better its use.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@422 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/transform.dcl')
-rw-r--r-- | frontend/transform.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/transform.dcl b/frontend/transform.dcl index b75b79c..39c38f3 100644 --- a/frontend/transform.dcl +++ b/frontend/transform.dcl @@ -22,7 +22,7 @@ partitionateMacros :: !IndexRange !Index !PredefinedSymbol !*{# FunDef} !*{# Dcl , cos_error :: !.ErrorAdmin , cos_alias_dummy :: !PredefinedSymbol // MV ... - , cos_removed_dynamic_expr :: !.{#Bool} + , cos_used_dynamics :: !.{#Bool} // ... MV } |