fix sizeof/typeof/bswap expr stringization

This commit is contained in:
Ryan Fleury
2025-04-30 13:42:43 -07:00
parent b1d63cd130
commit 9ed65c2997
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -91,9 +91,9 @@ E_ExprKindTable:
{ Address UnaryPrefix 2 "&" "" "" "" }
{ Cast Null 1 "(" ")" "" "" }
{ Sizeof UnaryPrefix 1 "sizeof" "(" ")" "" }
{ Typeof UnaryPrefix 1 "typeof" "(" ")" "" }
{ ByteSwap UnaryPrefix 1 "bswap" "(" ")" "" }
{ Sizeof UnaryPrefix 1 "sizeof " "" "" "" }
{ Typeof UnaryPrefix 1 "typeof " "" "" "" }
{ ByteSwap UnaryPrefix 1 "bswap " "" "" "" }
{ Pos UnaryPrefix 2 "+" "" "" "" }
{ Neg UnaryPrefix 2 "-" "" "" "" }