ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
libev
/
update_ev_c
Revision:
1.3
Committed:
Wed Jan 22 17:11:33 2020 UTC
(4 years, 8 months ago) by
root
Branch:
MAIN
CVS Tags:
rel-4_33, HEAD
Changes since
1.2
:
+1 -0 lines
Log Message:
*** empty log message ***
File Contents
#
User
Rev
Content
1
root
1.1
#!/bin/sh -e
2
3
(
4
sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
5
root
1.3
#perl -ne 'print unless /^#if ECB_CPP/ .. /^#endif/' <~/src/libecb/ecb.h
6
root
1.2
cat ~/src/libecb/ecb.h
7
root
1.1
sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
8
) >ev.c~ && mv ev.c~ ev.c
9