X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/87f28efe7ee4f4af0379ffa3e502f1c4008a3a51..b9e4eb5b7288c5cdf35f26d74786a3aacf56e137:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 254bda1e..5cad0b16 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -266,16 +266,8 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++], class ]b4_parser_class_name[ { public: - /// Symbol semantic values. #ifndef YYSTYPE -]m4_ifdef([b4_stype], -[ union semantic_type - { -b4_user_stype - };], -[m4_if(b4_tag_seen_flag, 0, -[[ typedef int semantic_type;]], -[[ typedef YYSTYPE semantic_type;]])])[ +]b4_semantic_type_declare[ #else typedef YYSTYPE semantic_type; #endif