mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
Revert to old skip_quoted usage.
This commit is contained in:
parent
a76c9d7283
commit
e8afa4d797
@ -1,3 +1,7 @@
|
||||
2002-11-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* objc-exp.y: Revert to old skip_quoted usage.
|
||||
|
||||
2002-11-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
|
||||
|
@ -1305,9 +1305,7 @@ yylex ()
|
||||
c = *lexptr++;
|
||||
if (c != '\'')
|
||||
{
|
||||
namelen = skip_quoted (tokstart,
|
||||
get_gdb_completer_word_break_characters())
|
||||
- tokstart;
|
||||
namelen = skip_quoted (tokstart) - tokstart;
|
||||
if (namelen > 2)
|
||||
{
|
||||
lexptr = tokstart + namelen;
|
||||
|
Loading…
Reference in New Issue
Block a user