Install these changes:

* data/c.m4 (b4_union_name): Leave a default value.
* data/glr.c, data/yacc.c: Use it.
This commit is contained in:
Akim Demaille
2006-06-20 11:32:19 +00:00
parent a7ee59cfb4
commit 1b818f33ad
3 changed files with 6 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ m4_define([b4_shared_declarations],
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
]m4_ifdef([b4_stype],
[typedef union m4_bregexp(b4_stype, [^{], [YYSTYPE ])
[typedef union b4_union_name
b4_stype
/* Line __line__ of glr.c. */
b4_syncline([@oline@], [@ofile@])