Skip to content
Snippets Groups Projects
Commit a34dabff authored by pycsham's avatar pycsham
Browse files

attempt to fix casting to negative byte

parent 8a43b8b9
No related branches found
No related tags found
No related merge requests found
......@@ -361,8 +361,8 @@ unaryNotPlusMinus postfixExpr
unaryNotPlusMinus NOT unaryExpr
unaryNotPlusMinus castExpr
castExpr LPAREN expr RPAREN unaryNotPlusMinus
castExpr LPAREN primitiveType RPAREN unaryNotPlusMinus
castExpr LPAREN arrayType RPAREN unaryNotPlusMinus
castExpr LPAREN primitiveType RPAREN unaryExpr
postfixExpr primaryAndArray
postfixExpr ID
postfixExpr name
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment