This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New Cpp not right for non-C files
- To: anthony at cit dot gu dot edu dot au
- Subject: Re: New Cpp not right for non-C files
- From: Eli Zaretskii <eliz at delorie dot com>
- Date: Thu, 27 Jul 2000 09:06:00 -0400 (EDT)
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200007270322.NAA25921@kobold.cit.gu.edu.au>
- Reply-to: Eli Zaretskii <eliz at is dot elta dot co dot il>
> Date: Thu, 27 Jul 2000 13:22:28 +1000
> From: Anthony Thyssen <anthony@kobold.cit.gu.edu.au>
>
> Suddenly (with latest upgrade to gcc 2.95.2 - SuSE linux 6.4 )
> it is now producing huge numbers of errors such as....
>
> Images.cpp:42: unterminated character constant
> Images.cpp:45: unbalanced `#endif'
Try using "’" instead of "'" (without the double quotes).