Block definitions for class and namespace.
所有检测均成功
The build was successful.

这个提交包含在:
Rafal Kupiec 2018-08-21 19:35:00 +02:00
父节点 2d99881240
当前提交 33523e4e8a
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -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