2025-04-27 07:49:33 -04:00

11 lines
123 B
Sed

/#[ ]*ifndef[ ][ ]*[^_]/{
:loop
/#[ ]*endif/!{
s;\(#[ ]*define\);//\1;
p
N
s;.*\n;;
b loop
}
}