c/4713: syntax error on #include commands

Zack Weinberg zack@codesourcery.com
Sun Oct 28 00:35:00 GMT 2001


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



More information about the Gcc-bugs mailing list