diff options
author | grant <grant@pkgsrc.org> | 2003-10-19 07:06:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-19 07:06:33 +0000 |
commit | 1933dd3c6b7a31635724e459737ec7e827e36efc (patch) | |
tree | 453ac25f34037157ee243b2379a7115db81a3691 /wm/ctwm | |
parent | c24b8d44e6dd6426bb42c08d0bfbffec615b7ae6 (diff) | |
download | pkgsrc-1933dd3c6b7a31635724e459737ec7e827e36efc.tar.gz |
; is used to terminate a yacc rule, and is not valid within a rule.
appeases bison on Linux.
Diffstat (limited to 'wm/ctwm')
-rw-r--r-- | wm/ctwm/distinfo | 4 | ||||
-rw-r--r-- | wm/ctwm/patches/patch-aa | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/wm/ctwm/distinfo b/wm/ctwm/distinfo index 180e18d8fef..2fd575125d5 100644 --- a/wm/ctwm/distinfo +++ b/wm/ctwm/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2003/07/30 05:42:15 simonb Exp $ +$NetBSD: distinfo,v 1.7 2003/10/19 07:06:33 grant Exp $ SHA1 (ctwm-3.6.tar.gz) = 8a8cefd2273c748fd7ceded4c3553e5ca7a994ec Size (ctwm-3.6.tar.gz) = 370563 bytes SHA1 (ctwm-3.6-xpm.tar.gz) = dfe7331dba041eff70d561b728ca8d7a16f68ca6 Size (ctwm-3.6-xpm.tar.gz) = 246505 bytes -SHA1 (patch-aa) = 4b86b9d19e89b4b53415356c9ee9d4d21a0dd038 +SHA1 (patch-aa) = e021a1b029df3a080478a575e10eccf5c18b01a1 SHA1 (patch-ab) = e03e595241ae1e1bc412772c6805ee115aad80d0 SHA1 (patch-ac) = 99a28b20904207693a4f25aafaaac447dbcdca95 SHA1 (patch-ad) = d455a80205f07baf3789a5e8b2506e5c42429b85 diff --git a/wm/ctwm/patches/patch-aa b/wm/ctwm/patches/patch-aa index ba33ce49f8e..3b193be130e 100644 --- a/wm/ctwm/patches/patch-aa +++ b/wm/ctwm/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.2 2003/06/10 07:40:53 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2003/10/19 07:06:33 grant Exp $ ---- gram.y.orig Tue Dec 11 16:38:52 2001 +--- gram.y.orig 2001-12-12 02:38:52.000000000 +1100 +++ gram.y +@@ -419,7 +419,7 @@ stmt : error + | 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 +683,7 @@ wingeom_entries : /* Empty */ | wingeom_entries wingeom_entry ; |