summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 2316d1e..9563376 100644
--- a/state.h
+++ b/state.h
@@ -9,6 +9,7 @@ typedef struct _state State;
struct _state {
Thread *th;
Ht strings;
+ Ht globals;
};
State state_new();