]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/c-exp.y
* c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
authorFred Fish <fnf@specifix.com>
Tue, 24 Nov 1992 03:02:10 +0000 (03:02 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 24 Nov 1992 03:02:10 +0000 (03:02 +0000)
commitbac89d6ca8b50de6fb01ccbab2b006ededcfce36
tree68618a3057f63c48fc80a0dc3fc7607a9667f074
parent0d44b3d1f0b36d94283f27042f7d3fbd6d8b63ed
* c-exp.y (yylex):  Add tempbuf, tempbufindex, and tempbufsize,
which together maintain a dynamically expandable static buffer
for the lexer to use when translating C strings to their internal
form (other future uses possible).  Fix parsing of C style strings
to do the normal C style input conversions of escaped character
sequences.
* valops.c (value_string):  Remove translation of escaped
character sequences, now done in C expression parser.
gdb/ChangeLog
gdb/c-exp.y
gdb/valops.c