From 6010f7b584d78f1fe3668238a72d7cb4312db6bd 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 93039535b..61f93b576 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]; -- 2.34.1