mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* ch-exp.c (parse_primval): in case ARRAY: Add missing FORWARD_TOKEN ().
This commit is contained in:
@@ -642,6 +642,7 @@ parse_primval ()
|
||||
if (PEEK_TOKEN () != TYPENAME)
|
||||
error ("missing MODENAME after ARRAY()");
|
||||
type = PEEK_LVAL().tsym.type;
|
||||
FORWARD_TOKEN ();
|
||||
expect ('(', NULL);
|
||||
parse_expr ();
|
||||
expect (')', "missing right parenthesis");
|
||||
|
||||
Reference in New Issue
Block a user