p4raw-id: //depot/perl@28934
};
#ifdef DEBUGGING
-const char * const reg_name[] = {
+const char * reg_name[] = {
EOP
$ind = 0;
#endif /* DEBUGGING */
#else
#ifdef DEBUGGING
-extern const char * const reg_name[];
+extern const char * reg_name[];
#endif
#endif /* REG_COMP_C */
};
#ifdef DEBUGGING
-const char * const reg_name[] = {
+const char * reg_name[] = {
"END", /* 0000 */
"SUCCEED", /* 0x01 */
"BOL", /* 0x02 */
#endif /* DEBUGGING */
#else
#ifdef DEBUGGING
-extern const char * const reg_name[];
+extern const char * reg_name[];
#endif
#endif /* REG_COMP_C */
#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")))
{