3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-04 00:58:10 +00:00

fixup! ast, read_verilog: ownership in AST, use C++ styles for parser and lexer

This commit is contained in:
Emil J. Tywoniak 2025-05-21 13:02:03 +02:00
parent af0bab9fc7
commit 6a7ecf12f1
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ endif
PKG_CONFIG ?= pkg-config
SED ?= sed
BISON ?= bison -k
BISON ?= bison
STRIP ?= strip
AWK ?= awk