diff options
Diffstat (limited to 'src/setjmp/jmp_buf.c')
-rw-r--r-- | src/setjmp/jmp_buf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/setjmp/jmp_buf.c b/src/setjmp/jmp_buf.c index 09786eea..5654ebba 100644 --- a/src/setjmp/jmp_buf.c +++ b/src/setjmp/jmp_buf.c @@ -1,9 +1,7 @@ -#include <setjmp.h> +typedef unsigned long int jmp_buf[32]; /** program environment **/ -typedef unsigned long int jmp_buf[32]; - /*** is used to hold all the information needed to restore a a calling environment. |