ANSI string concatenation in i386/cygwin.h

Zack Weinberg zack@codesourcery.com
Thu Jan 24 10:23:00 GMT 2002


On Thu, Jan 24, 2002 at 09:25:34AM -0800, David O'Brien wrote:
> Why is i386/cygwin.h allowed to use ANSI string concatenation?
> This is against the K&R rules for coding in GCC.  Or has that rule been
> receded?  Being able to use ANSI string constant concatenation would
> certainly make my job writing FreeBSD configuration files easier.

It isn't supposed to be doing that.  I see why it was written that
way, though.  I suspect that a named spec string will serve instead.

zw



More information about the Gcc mailing list