Closed trofi closed 2 weeks ago
Mostly a cospetic change. I hope to get to the state when re2c can be built with -flto -Werror=odr. Right now it fails as:
re2c
-flto -Werror=odr
src/parse/parser.cc:121:6: error: type 'yysymbol_kind_t' violates the C++ One Definition Rule [-Werror=odr]
This change does not fix it, but at least it clearly solits the exposed API namespace.
https://www.gnu.org/software/bison/manual/html_node/Multiple-Parsers.html
Mostly a cospetic change. I hope to get to the state when
re2c
can be built with-flto -Werror=odr
. Right now it fails as:This change does not fix it, but at least it clearly solits the exposed API namespace.