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.4 by root, Thu Dec 20 07:12:57 2007 UTC vs.
Revision 1.5 by root, Sun May 6 13:09:12 2012 UTC

9 push @syms, $1 if /(^\w+)/; 9 push @syms, $1 if /(^\w+)/;
10 } 10 }
11 print "/* DO NOT EDIT, automatically generated by update_ev_wrap */\n", 11 print "/* DO NOT EDIT, automatically generated by update_ev_wrap */\n",
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", @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", @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