X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/71846502ae5af8e93e87355d178ce7d5704cdf32..d1a07886ee63d7346d585d34190162b79a30fdfb:/doc/bison.texi?ds=sidebyside diff --git a/doc/bison.texi b/doc/bison.texi index 2ed10c2f..6f50658a 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -4990,10 +4990,8 @@ For example: @example %union @{ char *string; @} -%token STRING1 -%token STRING2 -%type string1 -%type string2 +%token STRING1 STRING2 +%type string1 string2 %union @{ char character; @} %token CHR %type chr @@ -5119,10 +5117,8 @@ For example: @example %union @{ char *string; @} -%token STRING1 -%token STRING2 -%type string1 -%type string2 +%token STRING1 STRING2 +%type string1 string2 %union @{ char character; @} %token CHR %type chr