ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/update_ev_wrap
Revision: 1.3
Committed: Wed Dec 19 01:59:29 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
add and document Symbol.* files

File Contents

# Content
1 #!/bin/sh
2
3 (
4 echo '#define VAR(name,decl) define name ((loop)->name)'
5 echo '#define EV_GENWRAP 1'
6 cat ev_vars.h
7 ) | cc -E -o - - | sed -n -e 's/define/#define/p' | (
8 echo "/* DO NOT EDIT, automatically generated by update_ev_wrap */"
9 cat
10 ) > ev_wrap.h