]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-bison.patch
- security notes (some well-known issues - nobody cares anyway)
[packages/XFree86.git] / XFree86-bison.patch
1 --- XFree86-4.2.1/xc/programs/xkbcomp/xkbparse.y.orig   Thu Jan 18 00:45:45 2001
2 +++ XFree86-4.2.1/xc/programs/xkbcomp/xkbparse.y        Wed Nov 12 14:40:15 2003
3 @@ -448,7 +448,6 @@
4  
5  ShapeDecl      :       SHAPE String OBRACE OutlineList CBRACE SEMI
6                         { $$= ShapeDeclCreate($2,(OutlineDef *)&$4->common); }
7 -               ;
8                 |       SHAPE String OBRACE CoordList CBRACE SEMI
9                         { 
10                             OutlineDef *outlines;
11 @@ -511,7 +510,7 @@
12                         { 
13                             $$= (OverlayKeyDef *)
14                                 AppendStmt(&$1->common,&$3->common);
15 -                       };
16 +                       }
17                 |       OverlayKey
18                         { $$= $1; }
19                 ;
This page took 0.040173 seconds and 3 git commands to generate.