Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 437446
Collapse All | Expand All

(-)nip2-7.26.4/src/parser.h.orig (-1 / +1 lines)
Lines 54-60 Link Here
54
 */
54
 */
55
void yyerror( const char *sub, ... )
55
void yyerror( const char *sub, ... )
56
	__attribute__((format(printf, 1, 2)));
56
	__attribute__((format(printf, 1, 2)));
57
extern int yyleng;			/* lex stuff */
57
extern size_t yyleng;			/* lex stuff */
58
58
59
/* Lex gathers tokens here for workspace.c
59
/* Lex gathers tokens here for workspace.c
60
 */
60
 */

Return to bug 437446