remove duplicate yylex

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8576 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 11:35:47 +00:00
parent b1fb1c997a
commit 67f83f9b94

View File

@@ -48,7 +48,6 @@ RCSID("$Id$");
static Type *new_type (Typetype t);
void yyerror (char *);
int yylex(void);
static void append (Member *l, Member *r);