Remove some uses of VEC from parsers
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1120d8d3a7f12e4c69b267326c8a3257f925c187..338130457338118eb365b6aec4113acfffcb4bf9 100644 (file)
@@ -1,3 +1,15 @@
+2018-08-28  Tom Tromey  <tom@tromey.com>
+
+       * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
+       (token_fifo): Now a std::vector.
+       (yylex, c_parse): Update.
+       * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
+       (token_fifo): Now a std::vector.
+       (yylex, d_parse): Update.
+       * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
+       (token_fifo): Now a std::vector.
+       (yylex, go_parse): Update.
+
 2018-08-28  Simon Marchi  <simon.marchi@ericsson.com>
 
        * parser-defs.h (struct type_stack) <elements>: Change type to
This page took 0.026216 seconds and 4 git commands to generate.