diff options
author | clean | 2000-07-12 14:59:46 +0000 |
---|---|---|
committer | clean | 2000-07-12 14:59:46 +0000 |
commit | 90461e5831717920426c9c1d7c861a3724f89715 (patch) | |
tree | 59d48b852f0adce522157ff7c27e24b759561b0d /backendC/CleanCompilerSources/refcountanal.h | |
parent | changes to avoid bug in module refmark when compiling compiler with itself (diff) |
clean 1.3.3 backend again again
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@189 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/refcountanal.h')
-rw-r--r-- | backendC/CleanCompilerSources/refcountanal.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/refcountanal.h b/backendC/CleanCompilerSources/refcountanal.h new file mode 100644 index 0000000..56daec7 --- /dev/null +++ b/backendC/CleanCompilerSources/refcountanal.h @@ -0,0 +1,14 @@ +/* + + Version 1.0 29/11/1994 + + Author: Sjaak Smetsers + +*/ + + + +#define _OBSERVATION_TYPES_ + +extern Bool DetermineRefCountInfoOfContractum (Node rhsroot, NodeId rhsrootid, StrictNodeIdP strict_ids, PolyList *observer_list); + |