使用 JavaScript能使本网站更好的工作。
首页
帮助
注册
登录
mirrors
/
libev
镜像自地址
/home/gitosis/repositories/libev.git
关注
1
点赞
0
派生
0
代码
版本发布
62
动态
浏览代码
*** empty log message ***
master
Marc Alexander Lehmann
8 年前
父节点
8232f90c2a
当前提交
2f13947802
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
update_ev_wrap
+ 1
- 1
update_ev_wrap
查看文件
@ -14,6 +14,6 @@
(map "#define $_ ((loop)->$_)\n", sort @syms),
"#else\n",
"#undef EV_WRAP_H\n",
(map "#undef $_\n",
sort
@syms),
(map "#undef $_\n", @syms),
"#endif\n";
' >ev_wrap.h
撰写
预览
正在加载...
取消
保存