> out.o:
> 00000001 T one
> 00000002 T two
>
> %%
>
> FOO_1.0 {
> one
> }
>
> %inherit FOO_1.1 FOO_1.0
> FOO_1.1 {
> # not emitted
> }
>
> FOO_2.0 {
> two
> }
> EOB
>
> FOO_2.0 should be printed but it's not.
gawk, gawk --compat and gawk --posix and two other awk's I tried with do
all display the FOO_2.0 section on output. Looks like it's a problem
with busybox awk. I'm trying to track that down ...
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox