(yylex): correct prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7383 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-13 20:34:11 +00:00
parent a2fc2d4b7c
commit 78acc3e8de

View File

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