Fix compile warning.

This commit is contained in:
Cary R 2011-04-27 11:48:34 -07:00 committed by Stephen Williams
parent 65f187964c
commit f61695a03f
1 changed files with 2 additions and 2 deletions

View File

@ -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
%}