From 600eaef90f9f0507635fec4cf98f7fa1d1779bd1 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 20 Jun 2024 18:11:09 +0100 Subject: add readable globals --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') 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(); -- cgit v1.2.3