aboutsummaryrefslogtreecommitdiff
path: root/main/Mac/cache_variable.dcl
blob: 95e1c9e176ad8d97a9bd665a8909d0ea743ae3d4 (plain) (blame)
1
2
3
4
5
6
definition module cache_variable;

import compile;

store_state :: !*DclCache -> Int;
load_state :: Int -> .DclCache;