summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index 466dea5520..ac4a44f7a2 100644
--- a/thread.h
+++ b/thread.h
@@ -114,7 +114,7 @@ struct thread {
AV * Tstack;
AV * Tmainstack;
- Sigjmp_buf Ttop_env;
+ JMPENV * Ttop_env;
I32 Trunlevel;
/* XXX Sort stuff, firstgv, secongv and so on? */