]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- fix for current bison
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2003 09:18:58 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctwm-bison.patch -> 1.1

ctwm-bison.patch [new file with mode: 0644]

diff --git a/ctwm-bison.patch b/ctwm-bison.patch
new file mode 100644 (file)
index 0000000..9274a58
--- /dev/null
@@ -0,0 +1,19 @@
+--- ctwm-3.6/gram.y.orig       Tue Dec 11 16:38:52 2001
++++ ctwm-3.6/gram.y    Tue Jul  8 10:02:23 2003
+@@ -419,7 +419,6 @@
+               | WINDOW_RING           { list = &Scr->WindowRingL; }
+                 win_list
+               | WINDOW_RING           { Scr->WindowRingAll = TRUE; }
+-              ;
+               | WINDOW_RING_EXCLUDE    { if (!Scr->WindowRingL)
+                                             Scr->WindowRingAll = TRUE;
+                                         list = &Scr->WindowRingExcludeL; }
+@@ -683,7 +682,7 @@
+               | wingeom_entries wingeom_entry
+               ;
+-wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
++wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
This page took 0.054532 seconds and 4 git commands to generate.