ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/update_ev_wrap
(Generate patch)

Comparing libev/update_ev_wrap (file contents):
Revision 1.5 by root, Sun May 6 13:09:12 2012 UTC vs.
Revision 1.6 by root, Sun May 6 13:09:29 2012 UTC

12 "#ifndef EV_WRAP_H\n", 12 "#ifndef EV_WRAP_H\n",
13 "#define EV_WRAP_H\n", 13 "#define EV_WRAP_H\n",
14 (map "#define $_ ((loop)->$_)\n", sort @syms), 14 (map "#define $_ ((loop)->$_)\n", sort @syms),
15 "#else\n", 15 "#else\n",
16 "#undef EV_WRAP_H\n", 16 "#undef EV_WRAP_H\n",
17 (map "#undef $_\n", @syms), 17 (map "#undef $_\n", sort @syms),
18 "#endif\n"; 18 "#endif\n";
19' >ev_wrap.h 19' >ev_wrap.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines