From 43306a4bda4bf2551f830b2a76ee8f746db2cc7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 21 Oct 1997 23:24:53 +0200
Subject: [PATCH] Added missing macros if running without threads.

Rev: src/threads.h:1.20
---
 src/threads.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/threads.h b/src/threads.h
index 60df568b8a..93251ba664 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -288,6 +288,8 @@ void th_cleanup(void);
 #define mt_destroy(X)
 #define THREADS_ALLOW()
 #define THREADS_DISALLOW()
+#define HIDE_GLOBAL_VARIABLES()
+#define REVEAL_GLOBAL_VARIABLES()
 #define th_init()
 #define th_cleanup()
 #define th_init_programs()
-- 
GitLab