From f95016385400fcdd5e87b32ad2cdd8e2d5e2ef4b Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 24 Sep 1984 15:18:20 +0000 Subject: [PATCH] Made the buffer long enough for the machine state on most machines. --- include/_tail_cc/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/_tail_cc/setjmp.h b/include/_tail_cc/setjmp.h index 93039535..61f93b57 100644 --- a/include/_tail_cc/setjmp.h +++ b/include/_tail_cc/setjmp.h @@ -1 +1 @@ -typedef char *jmp_buf[3]; +typedef char jmp_buf[256];