X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5691bf57fb139bfcccdd259f74c25c54ec00370c..db06f0ce72e6a871d57d9e3f0d6c510728fe3e21:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index c2949233..9d5604af 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -150,7 +150,7 @@ void symbol_destructor_set (symbol *sym, const char *destructor, location loc); const char *symbol_destructor_get (symbol *sym); /** Get the grammar location of the computed \c \%destructor for \c sym. - + \pre symbol_destructor_get (sym) != NULL */ location symbol_destructor_location_get (symbol *sym); @@ -201,10 +201,10 @@ extern location startsymbol_location; `-----------------*/ /** A semantic type and its associated \c \%destructor and \c \%printer. - + Access the fields of this struct only through the interface functions in this file. \sa symbol::destructor */ -typedef struct semantic_type { +typedef struct { /** The key, name of the semantic type. */ uniqstr tag;