Skip to content

Commit 0f1fc17

Browse files
committed
Fix
1 parent f240f00 commit 0f1fc17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • semantics/cpp/language/translation

semantics/cpp/language/translation/syntax.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module CPP-ABSTRACT-SYNTAX
120120
| PointerType(AType) [strict, symbol]
121121
| MemberPointerType(AType, AType) [strict, symbol]
122122
| ArrayType(AType, Int) [strict(1), symbol]
123-
| ArrayType(AType, AExpr) [strict(1), symbol]
123+
| ArrayType(AType, AExpr) [strict(1)]
124124
| TypedefType(CId) [symbol]
125125
| QualifiedTypeName(Tag, NNS, AType) [symbol]
126126
| Decltype(Expr) [symbol]

0 commit comments

Comments
 (0)