Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739904 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +1 lines)
Line  Link Here
0
-- a/src/holiday.c
0
++ b/src/holiday.c
Lines 50-60 Link Here
50
extern int yyparse(void);
50
extern int yyparse(void);
51
51
52
52
53
#if defined(bsdi)||defined(linux)||defined(__NetBSD__)||defined(__FreeBSD__)||defined(HPGCC)||defined(__EMX__)||defined(__OpenBSD__)||defined(MACOSX)
54
int yylineno;
55
#else
56
extern int	 yylineno;		/* current line # being parsed */
53
extern int	 yylineno;		/* current line # being parsed */
57
#endif
58
extern char	*yytext;		/* current token being parsed */
54
extern char	*yytext;		/* current token being parsed */
59
extern FILE	*yyin;			/* the file the parser reads from */
55
extern FILE	*yyin;			/* the file the parser reads from */
60
extern BOOL	 yacc_small;		/* small string or on its own line? */
56
extern BOOL	 yacc_small;		/* small string or on its own line? */

Return to bug 739904