This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New Cpp not right for non-C files


> From: Zack Weinberg <zack@wolery.cumb.org>
> Date: Wed, 26 Jul 2000 20:49:19 -0700
> 
> Sorry.  The preprocessor is designed to work with C, C++, and
> Objective C.  We also support using it with assembly language,
> Fortran, Chill, and - under protest! - Makefiles, but those are only
> for backward compatibility with huge established bases of code.
> Arbitrary text is most definitely not supported.

Nevertheless, back-compatibility would be Nice (tm).  Perhaps some
non-default command-line switch could be introduced which resurrects
the old behavior, if possible.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]