From f61695a03f45fea36971f827d79cd4a80b08fb27 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 27 Apr 2011 11:48:34 -0700 Subject: [PATCH] Fix compile warning. --- vpi/table_mod_lexor.lex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi/table_mod_lexor.lex b/vpi/table_mod_lexor.lex index e801b278d..48be0587f 100644 --- a/vpi/table_mod_lexor.lex +++ b/vpi/table_mod_lexor.lex @@ -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 %}