diff options
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? */ |