From 9853b17d101ca569d22656507e9da0092cfad0ff Mon Sep 17 00:00:00 2001 From: jtc Date: Fri, 23 May 1997 23:09:36 +0000 Subject: Change "reg" to "register" Remove private implementation of erasechar() and killchar(). --- mille/varpush.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mille/varpush.c') diff --git a/mille/varpush.c b/mille/varpush.c index 1fac4cf0..d53feb6c 100644 --- a/mille/varpush.c +++ b/mille/varpush.c @@ -1,4 +1,4 @@ -/* $NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $ */ +/* $NetBSD: varpush.c,v 1.5 1997/05/23 23:09:45 jtc Exp $ */ /* * Copyright (c) 1982, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)varpush.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $"; +static char rcsid[] = "$NetBSD: varpush.c,v 1.5 1997/05/23 23:09:45 jtc Exp $"; #endif #endif /* not lint */ @@ -55,8 +55,9 @@ int read(), write(); * channel file. func() is either read or write. */ varpush(file, func) -reg int file; -reg int (*func)(); { +register int file; +register int (*func)(); +{ int temp; -- cgit v1.2.3