Added a paren to fix a warning in u.h
This commit is contained in:
parent
8d5bcf7e1e
commit
005ee081d5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ extern "C" {
|
|||
#define _NEEDUINT 1
|
||||
#define _NEEDULONG 1
|
||||
|
||||
typedef long p9jmp_buf[sizeof(sigjmp_buf)/sizeof(long)];
|
||||
typedef long p9jmp_buf[sizeof(sigjmp_buf)/(sizeof(long))];
|
||||
|
||||
#if defined(__linux__)
|
||||
# include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue