mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Closes: https://bugs.gentoo.org/880433 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/42147 Closes: https://github.com/gentoo/gentoo/pull/42147 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
285 B
Diff
15 lines
285 B
Diff
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
|