diff options
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2179,13 +2179,17 @@ int yyparse (void); #define YYREJECT goto yyabort #define YYACCEPT goto yyaccept #define YYERROR goto yyerrlab + +#if YYDEBUG +EXTERN_C char *getenv(const char *); +#endif + int yyparse(void) { register int yym, yyn, yystate; #if YYDEBUG register char *yys; - extern char *getenv(); if ((yys = getenv("YYDEBUG"))) { |