From: Todd C. Miller Date: Sat, 28 May 1994 19:13:00 +0000 (+0000) Subject: added comment X-Git-Tag: SUDO_1_3_1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aab695bfc319bbc761de1c3bbcb50fce3162ce8d;p=sudo added comment --- diff --git a/parse.c b/parse.c index b85c75479..127b54443 100644 --- a/parse.c +++ b/parse.c @@ -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;