getdate_yyerror().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13508
dc483132-0cff-0310-8789-
dd5450dbe970
+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.
#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