]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
For push mode, add pull wrappers around yypush_parse.
[bison.git] / src / symlist.h
index 9da8afe5a007df98598a6996f54cd1a4575010d8..8bb7e8970f103462b408b45b65f5307c75c5bad9 100644 (file)
@@ -30,7 +30,7 @@ typedef struct symbol_list
 {
   /**
    * Whether this node contains a symbol, a semantic type, a \c <*>, or a
-   * \c <!>.
+   * \c <>.
    */
   enum {
     SYMLIST_SYMBOL, SYMLIST_TYPE,
@@ -81,7 +81,7 @@ symbol_list *symbol_list_type_new (uniqstr type_name, location loc);
 
 /** Create a list containing a \c <*> at \c loc.  */
 symbol_list *symbol_list_default_tagged_new (location loc);
-/** Create a list containing a \c <!> at \c loc.  */
+/** Create a list containing a \c <> at \c loc.  */
 symbol_list *symbol_list_default_tagless_new (location loc);
 
 /** Print this list.