mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: fix documented function name
* data/README.md: Fix the name of a referenced function to match the name in code.
This commit is contained in:
committed by
Akim Demaille
parent
c61b282d77
commit
f08110cb50
@@ -79,7 +79,7 @@ skeletons.
|
||||
In order to unify the handling of the various aspects of symbols (tag, type
|
||||
name, whether terminal, etc.), bison.exe defines one macro per (token,
|
||||
field), where field can `has_id`, `id`, etc.: see
|
||||
`prepare_symbols_definitions()` in `src/output.c`.
|
||||
`prepare_symbol_definitions()` in `src/output.c`.
|
||||
|
||||
NUM can be:
|
||||
- `empty` to denote the "empty" pseudo-symbol when it exists,
|
||||
|
||||
Reference in New Issue
Block a user