pkgsrc/wm/olvwm/patches/patch-ad
wiz b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00

21 lines
448 B
Text

$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;