diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-18 17:15:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-18 17:15:51 +0000 |
commit | 1b35a7cd92e880d35ec349e5ea773f6325e24665 (patch) | |
tree | 5fc72ac7048c3f4a1d5cd36a152f83a7b45e6cae /libthreads/cthreads.h | |
parent | 2eeed9f09885325c1cc77a35b1846edb29a09aa0 (diff) |
Reverse previous change.
Diffstat (limited to 'libthreads/cthreads.h')
-rw-r--r-- | libthreads/cthreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |