1
0
mirror of synced 2026-05-05 07:35:21 +00:00

Fixed handling of parameters and const functions in casex/casez pattern

This commit is contained in:
Clifford Wolf
2016-04-21 15:31:54 +02:00
parent f38ca3e18f
commit 5a09fa4553
5 changed files with 37 additions and 8 deletions

View File

@@ -122,6 +122,8 @@ namespace AST
AST_ASSIGN_LE,
AST_CASE,
AST_COND,
AST_CONDX,
AST_CONDZ,
AST_DEFAULT,
AST_FOR,
AST_WHILE,