u3_Signal should be a sigjmp_buf, not a jmp_buf

This commit is contained in:
Raymond Pasco 2015-06-18 20:32:04 -07:00
parent bfdc49c190
commit ea7bd8e695

2
n/m.c
View File

@ -70,7 +70,7 @@
u3_noun arg);
static jmp_buf u3_Signal;
static sigjmp_buf u3_Signal;
#ifndef SIGSTKSZ
# define SIGSTKSZ 16384