-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*.ypp: use api.prefix in all bison-generated parsers
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: 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
- Loading branch information
Showing
17 changed files
with
238 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.