(yylex): correct prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7383 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,7 +53,7 @@ RCSID("$Id$");
|
||||
|
||||
static Type *new_type (Typetype t);
|
||||
void yyerror (char *);
|
||||
int yylex();
|
||||
int yylex(void);
|
||||
|
||||
static void append (Member *l, Member *r);
|
||||
|
||||
|
Reference in New Issue
Block a user