diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
commit | 3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch) | |
tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/vgrind/vfontedpr.c | |
parent | d3cb5ded92a4fcf21400c9742ca884549bebc99e (diff) | |
download | src-test2-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz src-test2-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip |
Notes
Diffstat (limited to 'usr.bin/vgrind/vfontedpr.c')
-rw-r--r-- | usr.bin/vgrind/vfontedpr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index a7e06c3233ed..da8faf908a7a 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -73,13 +73,13 @@ static const char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; #define PNAMELEN 40 /* length of a function/procedure name */ #define PSMAX 20 /* size of procedure name stacking */ -static int iskw __P((char *)); -static boolean isproc __P((char *)); -static void putKcp __P((char *, char *, boolean)); -static void putScp __P((char *)); -static void putcp __P((int)); -static int tabs __P((char *, char *)); -static int width __P((char *, char *)); +static int iskw(char *); +static boolean isproc(char *); +static void putKcp(char *, char *, boolean); +static void putScp(char *); +static void putcp(int); +static int tabs(char *, char *); +static int width(char *, char *); /* * The state variables |