From: ceriel Date: Tue, 5 Jul 1988 15:31:33 +0000 (+0000) Subject: unsigned long is not portable X-Git-Tag: release-5-5~3098 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5d9471f186346fd275c108c72cdf06cfbc6cc6bf;p=ack.git unsigned long is not portable --- diff --git a/util/misc/esize.c b/util/misc/esize.c index 6d0bf7957..08529f6a7 100644 --- a/util/misc/esize.c +++ b/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;