unsigned long is not portable
authorceriel <none@none>
Tue, 5 Jul 1988 15:31:33 +0000 (15:31 +0000)
committerceriel <none@none>
Tue, 5 Jul 1988 15:31:33 +0000 (15:31 +0000)
util/misc/esize.c

index 6d0bf79..08529f6 100644 (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;