prevent warning when #including setjmp.h
This commit is contained in:
parent
925b8a76ed
commit
b28f5a1824
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue