This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ANSI string concatenation in i386/cygwin.h
- From: "David O'Brien" <obrien at FreeBSD dot org>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Thu, 24 Jan 2002 09:25:34 -0800
- Subject: ANSI string concatenation in i386/cygwin.h
- Reply-to: obrien at FreeBSD dot org
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.
--
-- David (obrien@FreeBSD.org)