import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / bitfields.c
index 930b244fcd1e82a10cc54984a23ea1535eb82101..3e6b2e63d3f0295205fc86ebbe71a485138c0acd 100644 (file)
@@ -5,7 +5,7 @@
    this may cause some tests to fail.  But at least we can still compile
    the test program and run the tests... */
 
-#ifndef __STDC__
+#if !defined(__STDC__) && !defined(__cplusplus)
 #define signed  /**/
 #endif
 
This page took 0.0264 seconds and 4 git commands to generate.