unsigned long is not portable

This commit is contained in:
ceriel 1988-07-05 15:31:33 +00:00
parent 530344e2cc
commit 5d9471f186

View file

@ -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;