Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!CITI.UMICH.EDU!martin
From: martin@CITI.UMICH.EDU (Martin Friedman)
Newsgroups: gnu.gcc.bug
Subject: gcc.diffs-1.30-1.31
Message-ID: <8811281156.AA08322@prep.ai.mit.edu>
Date: 28 Nov 88 12:01:00 GMT
Sender: daemon@tut.cis.ohio-state.edu
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 15


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.