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; extern FILE *yyin, *yyout;
/*
* Globals
*/
int user_list_found = FALSE; int user_list_found = FALSE;
int list_num, new_list[NUM_LISTS]; int list_num, new_list[NUM_LISTS];
int parse_error = FALSE, found_user = FALSE; int parse_error = FALSE, found_user = FALSE;