aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vgrind
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
commit3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch)
treef17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/vgrind
parentd3cb5ded92a4fcf21400c9742ca884549bebc99e (diff)
downloadsrc-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz
src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip
Notes
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r--usr.bin/vgrind/extern.h6
-rw-r--r--usr.bin/vgrind/regexp.c2
-rw-r--r--usr.bin/vgrind/vfontedpr.c14
3 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h
index 1b0568021e57..e1c1c5011ff2 100644
--- a/usr.bin/vgrind/extern.h
+++ b/usr.bin/vgrind/extern.h
@@ -59,8 +59,8 @@ extern const char *language; /* the language indicator */
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int STRNCMP __P((char *, char *, int));
-extern char *convexp __P((char *));
-extern char *expmatch __P((char *, char *, char *));
+extern int STRNCMP(char *, char *, int);
+extern char *convexp(char *);
+extern char *expmatch(char *, char *, char *);
__END_DECLS
diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c
index 836f203b5f8b..199f3c6c119d 100644
--- a/usr.bin/vgrind/regexp.c
+++ b/usr.bin/vgrind/regexp.c
@@ -56,7 +56,7 @@ static const char sccsid[] = "@(#)regexp.c 8.1 (Berkeley) 6/6/93";
#define TRUE !(FALSE)
#define NIL 0
-static void expconv __P((void));
+static void expconv(void);
boolean _escaped; /* true if we are currently _escaped */
char *s_start; /* start of string */
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