From 1b35a7cd92e880d35ec349e5ea773f6325e24665 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 18 Jul 1995 17:15:51 +0000 Subject: Reverse previous change. --- libthreads/cthreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libthreads') diff --git a/libthreads/cthreads.h b/libthreads/cthreads.h index 0c987445..8ca3aa6b 100644 --- a/libthreads/cthreads.h +++ b/libthreads/cthreads.h @@ -430,7 +430,7 @@ typedef struct cthread { struct mutex lock; struct condition done; int state; -/* jmp_buf catch; */ + jmp_buf catch; cthread_fn_t func; any_t arg; any_t result; -- cgit v1.2.3