diff options
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7323,6 +7323,8 @@ static void post_type(CType *type, AttributeDef *ad) } else if (tok == '[') { /* array definition */ next(); + if (tok == TOK_RESTRICT1) + next(); n = -1; if (tok != ']') { n = expr_const(); |
