OSDN Git Service

* gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / altivec_check.h
index 4f12d85..9e8b3f7 100644 (file)
@@ -2,7 +2,11 @@
 /* Contributed by Ziemowit Laski  <zlaski@apple.com>  */
 
 #include <signal.h>
-extern void exit(int);
+extern
+#ifdef __cplusplus
+"C"
+#endif
+void exit(int);
 
 void 
 sig_ill_handler (int sig)