Fix typo and simplify.

This commit is contained in:
ayin 2007-11-15 14:58:49 +00:00
parent 2ca6ed7e92
commit adcb46064b
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
echo '#define VAR(name,decl) define name ((loop)->name)'
echo '#define EV_GENWRAP 1'
cat ev_vars.h
) | cc -E -o - - | sed -e 's/define/#define/' | grep '#define' | (
echo "/* DO NOT EDIT, automaticlaly generated by update_ev_wrap */"
) | cc -E -o - - | sed -n -e 's/define/#define/p' | (
echo "/* DO NOT EDIT, automatically generated by update_ev_wrap */"
cat
) | tee ev_wrap.h