From a872b2857b9a83feb9afac3f1ac4ed1899012b52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 30 Apr 1998 09:31:20 -0700
Subject: [PATCH] may now work better on systems without threads.

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

diff --git a/src/threads.h b/src/threads.h
index 9242df2428..9113c606b7 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -1,5 +1,5 @@
 /*
- * $Id: threads.h,v 1.41 1998/04/13 14:32:35 grubba Exp $
+ * $Id: threads.h,v 1.42 1998/04/30 16:31:20 hubbe Exp $
  */
 #ifndef THREADS_H
 #define THREADS_H
@@ -460,6 +460,7 @@ void f_all_threads(INT32 args);
 #define th_init_programs()
 #define th_self() ((void*)0)
 #define co_signal(X)
+#define co_broadcast(X)
 #endif /* _REENTRANT */
 
 #ifdef __NT__
-- 
GitLab