blob: e7efe598e1d3e131d5c30efb82aa4f567ec68aaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ah,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- virtual.c.orig Sat Jan 8 00:36:29 2000
+++ virtual.c Sat Jan 8 00:37:54 2000
@@ -69,6 +69,9 @@
extern char *ExpandPath();
+static int rexMatch();
+static int rexInit();
+
/*
* Semantic action associated with each of the buttons above. These must
* be in the same order as the button array; it would be better if the Button
@@ -2108,7 +2111,9 @@
}
}
+#ifndef REGEXP
static char expbuf[256];
+#endif
static
rexMatch(string)
|