unsigned long is not portable
This commit is contained in:
parent
f6c0b80be8
commit
86648d7375
@ -13,7 +13,7 @@ int eof;
|
||||
/* Much of the code has been borrowed from the EM interpreter
|
||||
*/
|
||||
|
||||
typedef unsigned long ptr; /* pointer to EM adress */
|
||||
typedef /* unsigned */ long ptr; /* pointer to EM adress */
|
||||
|
||||
long magic;
|
||||
long flags;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user