This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Still having major problems with cpplib and imake
Jakub Jelinek wrote:-
> > OK - I was afraid it would involve storing copies of arbitrary
> > whitespace. I agree something should be workable if the only problem
> > is tabs first on a line.
>
> Yes, I believe so, unless you want to kill -traditional, which would mean
> rewriting quite a lot of macros in config/cf because they expect K&R cpp (e.g.
> stuff like
> #define SomeMacro(lib) SomeOtherMacro(lib.a)
> is all over the place.
> Although config/cf has a few macros written for both K&R and ANSI, most of
> the macros are not.
Sorry, Jakub, I don't quite understand. Are you saying an initial tab
is the only case we need to get right?
I don't understand your example, either. Doesn't that work for any
preprocessor, regardless of -traditional?
Neil.