2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 23:35:36 +00:00
This commit is contained in:
Todd C. Miller
2004-08-11 18:29:36 +00:00
parent 4f03e9180c
commit 4bc46dc93f

View File

@@ -1019,6 +1019,7 @@ init_parser()
match = NULL; match = NULL;
top = 0; top = 0;
parse_error = FALSE; parse_error = FALSE;
used_runas = FALSE;
errorlineno = -1; errorlineno = -1;
sudolineno = 1; sudolineno = 1;
} }
@@ -1031,7 +1032,7 @@ init_parser()
if (printmatches == TRUE) if (printmatches == TRUE)
expand_match_list(); expand_match_list();
} }
#line 983 "sudo.tab.c" #line 984 "sudo.tab.c"
/* allocate initial stack or double stack size, up to YYMAXDEPTH */ /* allocate initial stack or double stack size, up to YYMAXDEPTH */
#if defined(__cplusplus) || defined(__STDC__) #if defined(__cplusplus) || defined(__STDC__)
static int yygrowstack(void) static int yygrowstack(void)
@@ -1967,7 +1968,7 @@ case 91:
yyval.BOOLEAN = TRUE; yyval.BOOLEAN = TRUE;
} }
break; break;
#line 1919 "sudo.tab.c" #line 1920 "sudo.tab.c"
} }
yyssp -= yym; yyssp -= yym;
yystate = *yyssp; yystate = *yyssp;