windows-nt/Source/XPSP1/NT/com/oleutest/balls/public.sed

14 lines
176 B
Sed
Raw Normal View History

2020-09-26 03:20:57 -05:00
s/ This sed script extracts the public sections of header files. //
/^[ ]*\/[\/\*][ ]*\$PUBLIC/!{
d
}
:x
N
s;.*\n;;
/^[ ]*\/[\/\*][ ]*\$ENDPUBLIC/!{
p
b x
}
d