aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/pattern_match.h
diff options
context:
space:
mode:
authorjohnvg2002-10-21 12:49:01 +0000
committerjohnvg2002-10-21 12:49:01 +0000
commit390049877db4490eda9edd60506805fa52fea6cd (patch)
tree491428a05ddb63e2fb7ebf9348df4c93f31e81b3 /backendC/CleanCompilerSources/pattern_match.h
parentrepair initialisation with NULL of unused pointer fields in unions (diff)
add boxed records
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1252 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/pattern_match.h')
-rw-r--r--backendC/CleanCompilerSources/pattern_match.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/pattern_match.h b/backendC/CleanCompilerSources/pattern_match.h
index dcedc57..ecc7681 100644
--- a/backendC/CleanCompilerSources/pattern_match.h
+++ b/backendC/CleanCompilerSources/pattern_match.h
@@ -5,3 +5,6 @@ extern struct node_id_ref_count_list *new_node_id_ref_count (struct node_id_ref_
#ifdef TRANSFORM_PATTERNS_BEFORE_STRICTNESS_ANALYSIS
extern void determine_failing_cases_and_adjust_ref_counts_of_rule (RuleAltP first_alt);
#endif
+#if BOXED_RECORDS
+void set_global_reference_counts_and_exchange_record_update_marks (NodeP case_node);
+#endif