diff options
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4166,6 +4166,8 @@ ST_FUNC void unary(void) if (tok == TOK_CDOUBLE) expect("field name"); next(); + if (tok == TOK_CINT || tok == TOK_CUINT) + expect("field name"); s = vtop->type.ref; /* find field */ tok |= SYM_FIELD; |
