windows-nt/Source/XPSP1/NT/com/oleutest/balls/public.sed
2020-09-26 16:20:57 +08:00

14 lines
176 B
Sed

s/ This sed script extracts the public sections of header files. //
/^[ ]*\/[\/\*][ ]*\$PUBLIC/!{
d
}
:x
N
s;.*\n;;
/^[ ]*\/[\/\*][ ]*\$ENDPUBLIC/!{
p
b x
}
d