forked from Imagelibrary/binutils-gdb
* 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