From: Ezra Peisach Date: Tue, 26 Jun 2001 20:24:43 +0000 (+0000) Subject: * getdate.y: Provide full prototype for getdate_yylex() and X-Git-Tag: krb5-1.3-alpha1~1282 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=184d3031709b0acf99331cfbb216597ef34e6798;p=krb5.git * getdate.y: Provide full prototype for getdate_yylex() and getdate_yyerror(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13508 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 088b1b34f..39e2f6c83 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,8 @@ +2001-06-26 Ezra Peisach + + * getdate.y: Provide full prototype for getdate_yylex() and + getdate_yyerror(). + 2001-06-18 Ezra Peisach * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int. diff --git a/src/kadmin/cli/getdate.y b/src/kadmin/cli/getdate.y index 6480f8097..9c4ef654a 100644 --- a/src/kadmin/cli/getdate.y +++ b/src/kadmin/cli/getdate.y @@ -119,13 +119,8 @@ extern struct tm *localtime(); #define yylex getdate_yylex #define yyerror getdate_yyerror -static int getdate_yylex (); -static int getdate_yyerror (); - -#if !defined(lint) && !defined(SABER) && !defined(_LINT) -static char RCS[] = - "$Header$"; -#endif /* !defined(lint) && !defined(SABER) */ +static int getdate_yylex (void); +static int getdate_yyerror (char *); #define EPOCH 1970