Made the buffer long enough for the machine state on most machines.

This commit is contained in:
keie
1984-09-24 15:18:20 +00:00
parent 38b8391594
commit f950163854

View File

@@ -1 +1 @@
typedef char *jmp_buf[3];
typedef char jmp_buf[256];