prevent warning when #including setjmp.h
This commit is contained in:
parent
925b8a76ed
commit
b28f5a1824
@ -20,7 +20,7 @@
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
long __mask;
|
long __mask;
|
||||||
int __flag;
|
int __flag;
|
||||||
void (*__pc)();
|
void (*__pc)(void);
|
||||||
void *__sp;
|
void *__sp;
|
||||||
void *__lb;
|
void *__lb;
|
||||||
} jmp_buf[1];
|
} jmp_buf[1];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user