1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Fix build after bison update.

Obtained from:	gentoo
This commit is contained in:
Emanuel Haupt 2013-02-28 16:38:18 +00:00
parent 0c1b22d3b6
commit 7051b8fd6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313109

View File

@ -0,0 +1,10 @@
--- codegen/gram.y.orig 2012-11-20 06:20:24.000000000 +0100
+++ codegen/gram.y 2013-02-28 17:27:14.000000000 +0100
@@ -258,7 +258,6 @@
}
-static int yyparse(void);
static node_t *result;
#if YYDEBUG
extern int yydebug;