blob: b173e79115d115925d32b6ec4c8b8d96f5c97c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- olvwmrc.y.orig Wed Apr 28 23:27:20 1999
+++ olvwmrc.y Sat Jan 8 00:46:36 2000
@@ -37,7 +37,7 @@
char *LookupToken();
char *FindOlvwmRC();
void resetKeys();
-char *strexpand();
+static char *strexpand();
typedef struct progscreen {
char *target;
@@ -527,7 +527,6 @@
}
%%
/* Programs */
-#define YYDEBUG 1
#include "parse.c"
extern List *ActiveClientList;
|