Block definitions for class and namespace.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-21 19:35:00 +02:00
parent 2d99881240
commit 33523e4e8a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ typedef struct JumpFixup JumpFixup;
#define GEN_BLOCK_STD 0x080 /* Standard block */
#define GEN_BLOCK_EXCEPTION 0x100 /* Exception block [i.e: try{ } }*/
#define GEN_BLOCK_SWITCH 0x200 /* Switch statement */
#define GEN_BLOCK_CLASS 0x400 /* Class definition */
#define GEN_BLOCK_NAMESPACE 0x800 /* Namespace body */
/*
* Compilation of some Aer constructs such as if, for, while, the logical or