mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
reader: let symtab deal with the symbols
* src/reader.c (reader): Move the setting up of the builtin symbols to... * src/symtab.c (symbols_new): here.
This commit is contained in:
@@ -345,7 +345,8 @@ void semantic_type_code_props_set (semantic_type *type,
|
||||
| Symbol and semantic type tables. |
|
||||
`----------------------------------*/
|
||||
|
||||
/** Create the symbol and semantic type tables. */
|
||||
/** Create the symbol and semantic type tables, and the built-in
|
||||
symbols. */
|
||||
void symbols_new (void);
|
||||
|
||||
/** Free all the memory allocated for symbols and semantic types. */
|
||||
|
||||
Reference in New Issue
Block a user