aboutsummaryrefslogtreecommitdiff
path: root/main/Mac/cache_variable.dcl
diff options
context:
space:
mode:
authorjohnvg2000-11-01 15:16:01 +0000
committerjohnvg2000-11-01 15:16:01 +0000
commitfc9398eef28bc76c593c29ceb1076f6bf38e7682 (patch)
tree2688b1f1b585caf2464500fa0d139f1017f07dba /main/Mac/cache_variable.dcl
parentbug fix in determining SK_LocalMacroFunction (instead of SK_Function) (diff)
no message
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@275 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Mac/cache_variable.dcl')
-rw-r--r--main/Mac/cache_variable.dcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/Mac/cache_variable.dcl b/main/Mac/cache_variable.dcl
new file mode 100644
index 0000000..95e1c9e
--- /dev/null
+++ b/main/Mac/cache_variable.dcl
@@ -0,0 +1,6 @@
+definition module cache_variable;
+
+import compile;
+
+store_state :: !*DclCache -> Int;
+load_state :: Int -> .DclCache;