diff options
author | root <root> | 2012-05-06 13:09:12 +0000 |
---|---|---|
committer | root <root> | 2012-05-06 13:09:12 +0000 |
commit | 3d5be764c9a864f6dde089749e8ce95b20ebd87c (patch) | |
tree | e984f3f139908221b31103f69b0ab9863af8e517 /update_ev_wrap | |
parent | 26f68925a41a8ca708bac1af16c1164c5e2cac32 (diff) |
*** empty log message ***
Diffstat (limited to 'update_ev_wrap')
-rwxr-xr-x | update_ev_wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_ev_wrap b/update_ev_wrap index 995ea0c..183780f 100755 --- a/update_ev_wrap +++ b/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 |