parse_error is now bool, not int

This commit is contained in:
Todd C. Miller
2012-01-04 15:45:27 -05:00
parent 0f5eaa17fd
commit 47bcaf57bc
3 changed files with 12 additions and 9 deletions

View File

@@ -70,7 +70,8 @@ struct sudo_nss sudo_nss_file = {
*/
extern FILE *yyin;
extern char *errorfile;
extern int errorlineno, parse_error;
extern int errorlineno;
extern bool parse_error;
/*
* Local prototypes.