mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
since it wasn't used; only the typedef name 'semantic_type' is needed. Also, omit trailing white space.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
|
2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
|
||||||
|
since it wasn't used; only the typedef name 'semantic_type' is needed.
|
||||||
|
Also, omit trailing white space.
|
||||||
|
|
||||||
* bootstrap: Sync from coreutils.
|
* bootstrap: Sync from coreutils.
|
||||||
(gnulib_extra_files): Add build-aux/announce.gen.
|
(gnulib_extra_files): Add build-aux/announce.gen.
|
||||||
(slurp): Adjust .gitignore files like .cvsignore files.
|
(slurp): Adjust .gitignore files like .cvsignore files.
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ extern location startsymbol_location;
|
|||||||
|
|
||||||
Access the fields of this struct only through the interface functions in
|
Access the fields of this struct only through the interface functions in
|
||||||
this file. \sa symbol::destructor */
|
this file. \sa symbol::destructor */
|
||||||
typedef struct semantic_type {
|
typedef struct {
|
||||||
/** The key, name of the semantic type. */
|
/** The key, name of the semantic type. */
|
||||||
uniqstr tag;
|
uniqstr tag;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user