This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/31180] Bad cpp condition in gcc/unwind-pe.h
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2007 05:46:36 -0000
- Subject: [Bug other/31180] Bad cpp condition in gcc/unwind-pe.h
- References: <bug-31180-6853@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-15 05:46 -------
Actually this is not that bad.
#if __cplusplus will work as if it is not defined, the #if turns into "#if 0".
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c++ |other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31180