aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2002-03-04 14:36:32 +0000
committerjohnvg2002-03-04 14:36:32 +0000
commit497c9626aef8c98ade4e8976ebfe20de25ace179 (patch)
tree96eac53441fb670707dbb7cd40701b33bd9cae35
parentadd missing case for TAS constructor (for strict lists) (diff)
add RULE_TAIL_MODULO_CONS_ENTRY_MASK
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1044 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--backendC/CleanCompilerSources/syntaxtr.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/syntaxtr.t b/backendC/CleanCompilerSources/syntaxtr.t
index 7ce4b8d..6a0eb5e 100644
--- a/backendC/CleanCompilerSources/syntaxtr.t
+++ b/backendC/CleanCompilerSources/syntaxtr.t
@@ -747,6 +747,7 @@ STRUCT (imp_rule,ImpRule){
#define RULE_HAS_REF_COUNT_MASK 512
#define RULE_CALL_VIA_LAZY_SELECTIONS_ONLY 1024
+#define RULE_TAIL_MODULO_CONS_ENTRY_MASK 2048
#define rule_depend_functions rule_u.u_depend_functions /* comparser,checker,macros */
#define rule_next_changed_function rule_u.u_next_changed_function /* optimisations */