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: c/4713: syntax error on #include commands


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


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