summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vgrind/regexp.c')
-rw-r--r--usr.bin/vgrind/regexp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c
index 90476142d4c..b88d1688eca 100644
--- a/usr.bin/vgrind/regexp.c
+++ b/usr.bin/vgrind/regexp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: regexp.c,v 1.3 2001/11/19 19:02:17 mpech Exp $ */
+/* $OpenBSD: regexp.c,v 1.4 2002/02/16 21:27:56 millert Exp $ */
/* $NetBSD: regexp.c,v 1.3 1994/11/17 08:28:02 jtc Exp $ */
/*
@@ -45,7 +45,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)regexp.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: regexp.c,v 1.3 2001/11/19 19:02:17 mpech Exp $";
+static char rcsid[] = "$OpenBSD: regexp.c,v 1.4 2002/02/16 21:27:56 millert Exp $";
#endif /* not lint */
#include <ctype.h>
@@ -57,7 +57,7 @@ static char rcsid[] = "$OpenBSD: regexp.c,v 1.3 2001/11/19 19:02:17 mpech Exp $"
#define TRUE !(FALSE)
#define NIL 0
-static void expconv __P((void));
+static void expconv(void);
boolean _escaped; /* true if we are currently _escaped */
char *_start; /* start of string */