mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
parse_error is now bool, not int
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user