blob: 3eb0a8844b7b5a10dc861db23741d4256abff977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
https://bugs.gentoo.org/880433
--- a/etc/c_skel.c
+++ b/etc/c_skel.c
@@ -112,8 +112,7 @@ YYNODESTATE *state__;
unsigned int size__;
{
#else
-void *yynodealloc(size__)
-unsigned int size__;
+void *yynodealloc(unsigned int size__)
{
YYNODESTATE *state__ = &fixed_state__;
#endif
|