This is the mail archive of the gcc-patches@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: "[PATCH] - cppinit.c string length"


On Tue, Jul 04, 2000 at 03:05:30AM +0200, Henner Zeller wrote:
> 
> Hi,
...
> if changing this to be more standard conforming anyway, why not
> doing it the (IMHO) more readable way with automatic C string
> concatenation instead of these awkward backslashified strings.

Automatic string concatenation cannot be used in this file, because it
must be compiled with pre-ISO C compilers, which do not support that
feature.

zw

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