conf/174079: [patch] remove redundant yyparse declarations

看板FB_bugs作者時間12年前 (2013/04/27 12:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
>Number: 174079 >Category: conf >Synopsis: [patch] remove redundant yyparse declarations >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 03 08:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 10-CURRENT >Organization: EMC Isilon >Environment: n/a >Description: The attached patch removes redundant yyparse declarations, similar to r235789. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sys/dev/aic7xxx/aicasm/aicasm_gram.y =================================================================== --- sys/dev/aic7xxx/aicasm/aicasm_gram.y (revision 243802) +++ sys/dev/aic7xxx/aicasm/aicasm_gram.y (working copy) @@ -103,7 +103,6 @@ static int is_download_const(expression_t *immed); extern int yylex (void); -extern int yyparse (void); #define SRAM_SYMNAME "SRAM_BASE" #define SCB_SYMNAME "SCB_BASE" Index: usr.sbin/ndiscvt/inf-parse.y =================================================================== --- usr.sbin/ndiscvt/inf-parse.y (revision 243802) +++ usr.sbin/ndiscvt/inf-parse.y (working copy) @@ -40,7 +40,6 @@ #include "inf.h" -extern int yyparse (void); extern int yylex (void); extern void yyerror(const char *); %} Index: lib/libipsec/policy_parse.y =================================================================== --- lib/libipsec/policy_parse.y (revision 243802) +++ lib/libipsec/policy_parse.y (working copy) @@ -88,7 +88,6 @@ extern void __policy__strbuffer__init__(char *msg); extern void __policy__strbuffer__free__(void); -extern int yyparse(void); extern int yylex(void); extern char *__libipsecyytext; /*XXX*/ >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1HUrJbxY (FB_bugs)
文章代碼(AID): #1HUrJbxY (FB_bugs)