mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 18:12:30 +08:00
* ch-exp.c (parse_primval): in case ARRAY: Add missing FORWARD_TOKEN ().
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* ch-exp.c (parse_primval): in case ARRAY: Add missing FORWARD_TOKEN ().
|
||||||
|
|
||||||
Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
|
Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
* remote-mips.c (mips_receive_header): Recognize \012 instead
|
* remote-mips.c (mips_receive_header): Recognize \012 instead
|
||||||
|
@ -642,6 +642,7 @@ parse_primval ()
|
|||||||
if (PEEK_TOKEN () != TYPENAME)
|
if (PEEK_TOKEN () != TYPENAME)
|
||||||
error ("missing MODENAME after ARRAY()");
|
error ("missing MODENAME after ARRAY()");
|
||||||
type = PEEK_LVAL().tsym.type;
|
type = PEEK_LVAL().tsym.type;
|
||||||
|
FORWARD_TOKEN ();
|
||||||
expect ('(', NULL);
|
expect ('(', NULL);
|
||||||
parse_expr ();
|
parse_expr ();
|
||||||
expect (')', "missing right parenthesis");
|
expect (')', "missing right parenthesis");
|
||||||
|
Reference in New Issue
Block a user