cleanup
This commit is contained in:
parent
5d4d90228d
commit
1de4073212
|
@ -13,7 +13,7 @@
|
|||
#define YY_NO_UNISTD_H
|
||||
#include "lex.yy.h"
|
||||
|
||||
static pic_value read(int tok, yyscan_t scanner);
|
||||
static pic_value read(int, yyscan_t);
|
||||
|
||||
#define pic (yyget_extra(scanner)->pic)
|
||||
#define yylval (yyget_extra(scanner)->yylval)
|
||||
|
@ -160,7 +160,6 @@ read(int tok, yyscan_t scanner)
|
|||
return val;
|
||||
}
|
||||
|
||||
|
||||
pic_value
|
||||
read_one(yyscan_t scanner)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue