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

(-)a/src/soapcpp2_lex.l (-1 / +1 lines)
Lines 50-56 A commercial use license is available from Genivia, Inc., contact@genivia.com Link Here
50
extern int isatty(int); /* silence warnings */
50
extern int isatty(int); /* silence warnings */
51
51
52
#ifdef WITH_BISON
52
#ifdef WITH_BISON
53
YYSTYPE yylval;
53
extern YYSTYPE yylval;
54
#undef YY_NEED_STRLEN
54
#undef YY_NEED_STRLEN
55
#define YY_INPUT(buf, result, max_size) \
55
#define YY_INPUT(buf, result, max_size) \
56
        { \
56
        { \

Return to bug 707526