Browse Source

unsigned long is not portable

ceriel 36 years ago
parent
commit
5d9471f186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/misc/esize.c

+ 1 - 1
util/misc/esize.c

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