[gnu.gcc.bug] gcc.diffs-1.30-1.31

martin@CITI.UMICH.EDU (Martin Friedman) (11/28/88)

It seems that in the switch from 1.30 to 1.31 the people who put together
the diffs forgot to include diffs in the xm-FOO.h files to keep
them from including the config-FOO.h files.

here is a small command set which could be added to some README file
somewhere.

foreach i (xm-*)
mv $i /tmp/shit
sed -e "s/config/xm/" /tmp/shit > $i
end

Yeah!/

Marty.