mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
formatting changes
* src/symtab.h: here.
This commit is contained in:
14
src/symtab.h
14
src/symtab.h
@@ -62,21 +62,23 @@ struct symbol
|
|||||||
|
|
||||||
/** Its \c \%type. */
|
/** Its \c \%type. */
|
||||||
uniqstr type_name;
|
uniqstr type_name;
|
||||||
|
|
||||||
/** Its \c \%type's location. */
|
/** Its \c \%type's location. */
|
||||||
location type_location;
|
location type_location;
|
||||||
|
|
||||||
/** Any \c \%destructor declared specifically for this symbol.
|
/** Any \c \%destructor declared specifically for this symbol.
|
||||||
|
|
||||||
Access this field only through <tt>symbol</tt>'s interface functions. For
|
Access this field only through <tt>symbol</tt>'s interface
|
||||||
example, if <tt>symbol::destructor = NULL</tt>, a default \c \%destructor
|
functions. For example, if <tt>symbol::destructor = NULL</tt>, a
|
||||||
or a per-type \c \%destructor might be appropriate, and
|
default \c \%destructor or a per-type \c \%destructor might be
|
||||||
\c symbol_destructor_get will compute the correct one. */
|
appropriate, and \c symbol_destructor_get will compute the
|
||||||
|
correct one. */
|
||||||
code_props destructor;
|
code_props destructor;
|
||||||
|
|
||||||
/** Any \c \%printer declared specifically for this symbol.
|
/** Any \c \%printer declared specifically for this symbol.
|
||||||
|
|
||||||
Access this field only through <tt>symbol</tt>'s interface functions.
|
Access this field only through <tt>symbol</tt>'s interface functions.
|
||||||
\sa symbol::destructor */
|
\sa symbol::destructor */
|
||||||
code_props printer;
|
code_props printer;
|
||||||
|
|
||||||
symbol_number number;
|
symbol_number number;
|
||||||
|
|||||||
Reference in New Issue
Block a user