Fix the other bison warning in ilang_parser.y
authorClifford Wolf <clifford@clifford.at>
Mon, 6 May 2019 13:38:43 +0000 (15:38 +0200)
committerClifford Wolf <clifford@clifford.at>
Mon, 6 May 2019 13:38:43 +0000 (15:38 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
frontends/ilang/ilang_parser.y

index f83824088157a775926c03da7a375945157eb5f1..7bb216dd047939b1a3fefc00b992ae7beb764bfb 100644 (file)
@@ -45,7 +45,7 @@ YOSYS_NAMESPACE_END
 USING_YOSYS_NAMESPACE
 %}
 
-%name-prefix "rtlil_frontend_ilang_yy"
+%define api.prefix {rtlil_frontend_ilang_yy}
 
 %union {
        char *string;