Replaced depricated %name-prefix= bison directive

This commit is contained in:
Clifford Wolf 2014-04-20 14:22:11 +02:00
parent d2d48996c4
commit a1be4816d6
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace ILANG_FRONTEND {
using namespace ILANG_FRONTEND;
%}
%name-prefix="rtlil_frontend_ilang_yy"
%name-prefix "rtlil_frontend_ilang_yy"
%union {
char *string;

View File

@ -84,7 +84,7 @@ static void free_attr(std::map<std::string, AstNode*> *al)
%}
%name-prefix="frontend_verilog_yy"
%name-prefix "frontend_verilog_yy"
%union {
std::string *string;