- /// Symbol semantic values.
-#if ! defined (YYSTYPE)
-]m4_ifdef([b4_stype],
-[b4_syncline([b4_stype_line], [b4_file_name])
- union semantic_type b4_stype;
-/* Line __line__ of lalr1.cc. */
-b4_syncline([@oline@], [@ofile@])],
-[ typedef int semantic_type;])[
-#else
- typedef YYSTYPE semantic_type;
-#endif
- /// Symbol locations.
- typedef ]b4_location_type[ location_type;
- /// Tokens.
- struct token
- {
- ]b4_token_enums(b4_tokens)[
- };