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

# User Rev Content
1 root 1.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 ayin 1.2 ) | cc -E -o - - | sed -n -e 's/define/#define/p' | (
8     echo "/* DO NOT EDIT, automatically generated by update_ev_wrap */"
9 root 1.1 cat
10 root 1.3 ) > ev_wrap.h