From 497c9626aef8c98ade4e8976ebfe20de25ace179 Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 4 Mar 2002 14:36:32 +0000 Subject: 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 --- backendC/CleanCompilerSources/syntaxtr.t | 1 + 1 file changed, 1 insertion(+) (limited to 'backendC') 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 */ -- cgit v1.2.3