浏览代码

dynamic enum hlc support

Nicolas Cannasse 8 年之前
父节点
当前提交
58a4501780
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/hlc.h

+ 3 - 0
src/hlc.h

@@ -74,4 +74,7 @@ extern void *hlc_static_call(void *fun, hl_type *t, void **args, vdynamic *out);
 extern void *hlc_get_wrapper(hl_type *t);
 extern void hl_entry_point();
 
+#define HL__ENUM_CONSTRUCT__	hl_type *t; int index;
+#define HL__ENUM_INDEX__(v)		(v)->index
+
 #endif