diff options
Diffstat (limited to 'wm/olvwm/patches/patch-ad')
-rw-r--r-- | wm/olvwm/patches/patch-ad | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-ad b/wm/olvwm/patches/patch-ad new file mode 100644 index 00000000000..b173e79115d --- /dev/null +++ b/wm/olvwm/patches/patch-ad @@ -0,0 +1,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; |