From 4e18c3d62f97e9ccd355ca39a111c2d78fa95fce Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 7 Aug 1998 09:39:11 +0000 Subject: Silence some warnings when building on the alpha. --- bin/ed/sub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ed/sub.c') diff --git a/bin/ed/sub.c b/bin/ed/sub.c index 3877b00..e072548 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -31,7 +31,7 @@ static char * const rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else static char * const rcsid = - "$Id: sub.c,v 1.9 1997/02/22 14:03:19 peter Exp $"; + "$Id: sub.c,v 1.10 1997/08/07 21:33:44 steve Exp $"; #endif #endif /* not lint */ @@ -46,7 +46,7 @@ int rhbufi; /* rhs substitution buffer index */ int extract_subst_tail(flagp, np) int *flagp; - int *np; + long *np; { char delimiter; -- cgit v1.1