* getdate.y: Provide full prototype for getdate_yylex() and
authorEzra Peisach <epeisach@mit.edu>
Tue, 26 Jun 2001 20:24:43 +0000 (20:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 26 Jun 2001 20:24:43 +0000 (20:24 +0000)
        getdate_yyerror().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13508 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/cli/ChangeLog
src/kadmin/cli/getdate.y

index 088b1b34f2e11c32796160489f9e8495c40f888c..39e2f6c83bc71bf209fff0d8f4dcc4b1d5c06645 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Ezra Peisach  <epeisach@mit.edu>
+
+       * getdate.y: Provide full prototype for getdate_yylex() and
+       getdate_yyerror(). 
+
 2001-06-18  Ezra Peisach  <epeisach@mit.edu>
 
        * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int.
index 6480f8097fee7e1ba254f240e53ef1e20b71459c..9c4ef654a6e5aa07dff00bdf215b95e569abf363 100644 (file)
@@ -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