aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mmx-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/mmx-2.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/mmx-2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/i386/mmx-2.c b/gcc/testsuite/gcc.target/i386/mmx-2.c
index 6f6f89b8d29..c9708f3bfff 100644
--- a/gcc/testsuite/gcc.target/i386/mmx-2.c
+++ b/gcc/testsuite/gcc.target/i386/mmx-2.c
@@ -3,10 +3,10 @@
/* Test that the intrinsics compile without optimization. All of them are
defined as inline functions in mmintrin.h that reference the proper
- builtin functions. Defining away "static" and "__inline" results in
+ builtin functions. Defining away "extern" and "__inline" results in
all of them being compiled as proper functions. */
-#define static
+#define extern
#define __inline
#include <mmintrin.h>