2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

added comment

This commit is contained in:
Todd C. Miller 1994-05-28 19:13:00 +00:00
parent 1ad59c55a0
commit aab695bfc3

View File

@ -66,6 +66,9 @@ static char rcsid[] = "$Id$";
extern FILE *yyin, *yyout;
/*
* Globals
*/
int user_list_found = FALSE;
int list_num, new_list[NUM_LISTS];
int parse_error = FALSE, found_user = FALSE;