]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
getargs: minor simplification
[bison.git] / src / parse-gram.y
index 0fd4687e412d7e756b53b114afd42a9ffcd3bf45..e889eb5ecec0923d72ccad24db30813860b84a14 100644 (file)
@@ -46,7 +46,7 @@ static void version_check (location const *loc, char const *version);
 
 static void gram_error (location const *, char const *);
 
-/// A string that describes a char (e.g., 'a' -> "'a'").
+/* A string that describes a char (e.g., 'a' -> "'a'").  */
 static char const *char_name (char);
 %}
 
@@ -438,7 +438,7 @@ grammar_declaration:
   "%union" union_name braceless
     {
       union_seen = true;
-      muscle_code_grow ("stype", $3, @3);
+      muscle_code_grow ("union_members", $3, @3);
       code_scanner_last_string_free ();
     }
 ;