浏览代码

keep __compare (close #4141)

Nicolas Cannasse 10 年之前
父节点
当前提交
3194502a00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/neko/vm/Thread.hx

+ 1 - 1
std/neko/vm/Thread.hx

@@ -63,7 +63,7 @@ class Thread {
 		return thread_read_message(block);
 	}
 
-	function __compare(t) {
+	@:keep function __compare(t) {
 		return untyped __dollar__compare(handle,t.handle);
 	}