FreeBSD Bugzilla – Attachment 15269 Details for
Bug 28362
yacc(1)-generated files fail to compile cleanly with -Wstrict-prototypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 565 bytes, created by
avn
on 2001-06-23 11:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
avn
Created:
2001-06-23 11:10:01 UTC
Size:
565 bytes
patch
obsolete
>--- skeleton.c.orig Sat Jun 23 13:49:21 2001 >+++ skeleton.c Sat Jun 23 13:49:21 2001 >@@ -67,7 +67,7 @@ > "#define yyclearin (yychar=(YYEMPTY))", > "#define yyerrok (yyerrflag=0)", > "#define YYRECOVERING() (yyerrflag!=0)", >- "static int yygrowstack();", >+ "static int yygrowstack(void);", > 0 > }; > >@@ -127,7 +127,7 @@ > char *body[] = > { > "/* allocate initial stack or double stack size, up to YYMAXDEPTH */", >- "static int yygrowstack()", >+ "static int yygrowstack(void)", > "{", > " int newsize, i;", > " short *newss;",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28362
: 15269