diff options
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); + |