Remove string-related cleanup from c-exp.y
authorTom Tromey <tom@tromey.com>
Thu, 3 Jan 2019 02:13:15 +0000 (19:13 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 6 Jan 2019 16:39:33 +0000 (09:39 -0700)
commitc65bac3846567a8068fe4aa5cfa79da5b193a1af
tree991a4c4e42ab106f1af305d7d3ae8d0fe794270a
parent02e12e3806bc60f66e3c446c4dfa9c06a400e604
Remove string-related cleanup from c-exp.y

This removes a string-related cleanup from c-exp.y, by adding a new
member to c_parse_state to store the strings.

gdb/ChangeLog
2019-01-06  Tom Tromey  <tom@tromey.com>

* c-exp.y (struct c_parse_state) <strings>: New member.
(operator_stoken): Update.
gdb/ChangeLog
gdb/c-exp.y
This page took 0.026401 seconds and 4 git commands to generate.