diff options
author | Tom Tromey <tom@tromey.com> | 2018-07-22 10:05:14 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-08-28 11:28:15 -0600 |
commit | 5fe3f3e4633df1ea76ff24a2732d7c73dc983b90 (patch) | |
tree | d1becc89bac9fe3f418c0640d305ffc9c4398428 /opcodes | |
parent | 858d8004b05b572c07a414ae3933299976880bab (diff) | |
download | gdb-5fe3f3e4633df1ea76ff24a2732d7c73dc983b90.zip gdb-5fe3f3e4633df1ea76ff24a2732d7c73dc983b90.tar.gz gdb-5fe3f3e4633df1ea76ff24a2732d7c73dc983b90.tar.bz2 |
Remove some uses of VEC from parsers
This changes some uses of VEC in a few parsers to std::vector instead.
Tested by the buildbot.
gdb/ChangeLog
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.
Diffstat (limited to 'opcodes')
0 files changed, 0 insertions, 0 deletions