diff options
Diffstat (limited to 'x2p/a2p.c')
-rw-r--r-- | x2p/a2p.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2014,7 +2014,9 @@ yyparse() register int yym, yyn, yystate; #if YYDEBUG register char *yys; +#ifndef __cplusplus extern char *getenv(); +#endif if (yys = getenv("YYDEBUG")) { |