This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/4713: syntax error on #include commands
- To: neil at gcc dot gnu dot org
- Subject: Re: c/4713: syntax error on #include commands
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Sun, 28 Oct 2001 00:35:20 -0700
- Cc: dllau at engr dot uky dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,nobody at gcc dot gnu dot org
- References: <20011027212952.18241.qmail@sourceware.cygnus.com>
On Sat, Oct 27, 2001 at 09:29:52PM -0000, neil@gcc.gnu.org wrote:
> This is not a bug; #include directives must be on their
> own line, and your file seems to have few, if any, line
> breaks.
Not true. This file uses the old Mac linebreak convention - bare ^M.
gcc-2.95.x does not and will not support this, but gcc 3.x has no
problem. (It has other problems with the file, notably the absence of
"mex.h" and the stray ^@K sequences that appear in a few places.)
zw