On 2/5/07, Richard Guenther <richard.guenther@gmail.com> wrote:
> On 2/5/07, Bruce Korb <bkorb@gnu.org> wrote:
> > On 2/5/07, Richard Guenther <richard.guenther@gmail.com> wrote:
> > > It did fire. I reverted the patch and this is the fixinclude result (attached).
> >
> > OK. Now I understand the problem. It used to fire where it does not any more.
> > The correct fix, then, is:
> >
> > select = '(^| )extern ';
> >
> > to select an "extern" that either starts a line or is preceded by a space.
> > Thank you.
>
> That works for me (bootstrapped on x86_64-unknown-linux-gnu, glibc 2.3.3 SLES9).
Btw, this is what I tested.
Richard.