]> git.saurik.com Git - bison.git/commit
(parse_union_decl): Define YYSTYPE_IS_TRIVIAL if we use our YYSTYPE.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Mar 2002 21:53:05 +0000 (21:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Mar 2002 21:53:05 +0000 (21:53 +0000)
commita6624adaeec76c3b2d1ccb3a909c76261e417b19
tree22d96333b8990dd013dd87c0b4c39fb737a57afe
parent8afe2396ab8f3d3dfa2c066a1907ce002066f5ab
(parse_union_decl): Define YYSTYPE_IS_TRIVIAL if we use our YYSTYPE.
It must be trivial, or our own union wouldn't be valid C++ anyway.
(readgram): Define YYSTYPE_IS_TRIVIAL if it is int.
(reader_output_yylsp): Define YYLTYPE_IS_TRIVIAL if we use our YYLTYPE.
src/reader.c