This commit is contained in:
Yuichi Nishiwaki 2014-03-03 23:13:32 +09:00
parent 5d4d90228d
commit 1de4073212
1 changed files with 1 additions and 2 deletions

View File

@ -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)
{