Fix compile warning.
This commit is contained in:
parent
65f187964c
commit
f61695a03f
|
|
@ -31,8 +31,8 @@
|
|||
#include "table_mod_parse.h"
|
||||
#include "ivl_alloc.h"
|
||||
|
||||
static double get_scaled_real(const char *yytext);
|
||||
static double get_real(const char *yytext);
|
||||
static double get_scaled_real(const char *text);
|
||||
static double get_real(const char *text);
|
||||
|
||||
#define yylval tblmodlval
|
||||
%}
|
||||
|
|
|
|||
Loading…
Reference in New Issue