Hi,

I've found what I think is a bug in the source distribution of
ctwm-3.6 that is available at

http://ctwm.free.lp.se/dist/ctwm-3.6.tar.gz

diff -u below:

--- gram.y~     2001-12-11 16:38:52.000000000 +0100
+++ gram.y      2005-02-20 00:45:17.822671439 +0100
@@ -683,7 +683,7 @@
                | wingeom_entries wingeom_entry
                ;

-wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
+wingeom_entry  : string string { AddToList (&Scr->WindowGeometries, $1, $2); }



I hope this is enough to fix it.

My bison calls itself "bison (GNU Bison) 2.0".

/Peter



Reply via email to