summaryrefslogtreecommitdiff
path: root/update_ev_wrap
diff options
context:
space:
mode:
authorroot <root>2012-05-06 13:05:35 +0000
committerroot <root>2012-05-06 13:05:35 +0000
commit26f68925a41a8ca708bac1af16c1164c5e2cac32 (patch)
tree4848b503e813a43507ecf3f868134489b5174372 /update_ev_wrap
parentc98518f594ad05986c77d18c6de2f6e27a90dc99 (diff)
*** empty log message ***
Diffstat (limited to 'update_ev_wrap')
-rwxr-xr-xupdate_ev_wrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_ev_wrap b/update_ev_wrap
index adb083a..995ea0c 100755
--- a/update_ev_wrap
+++ b/update_ev_wrap
@@ -11,9 +11,9 @@
print "/* DO NOT EDIT, automatically generated by update_ev_wrap */\n",
"#ifndef EV_WRAP_H\n",
"#define EV_WRAP_H\n",
- (map "#define $_ ((loop)->$_)\n", @syms),
+ (map "#define $_ ((loop)->$_)\n", sort @syms),
"#else\n",
"#undef EV_WRAP_H\n",
- (map "#undef $_\n", @syms),
+ (map "#undef $_\n", sort @syms),
"#endif\n";
' >ev_wrap.h