1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/xstroke/files/patch-rec_parse.y
Joe Marcus Clarke 68f686414a Fix build with bison 1.75.
Reported by:	bento
2002-12-02 16:52:41 +00:00

18 lines
304 B
Plaintext

--- rec_parse.y.orig Mon Dec 2 11:54:46 2002
+++ rec_parse.y Mon Dec 2 11:55:02 2002
@@ -162,12 +162,14 @@
$$ = $1;
rec_mode_list_append(&$$, $3);
}
+ ;
mode_id : STRING
{
$$ = rec_get_mode((rec_t *) rec, $1);
free($1);
}
+ ;
gesture_list : gesture
{