aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mmx-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/mmx-1.c')
-rw-r--r--gcc/testsuite/gcc.target/i386/mmx-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/i386/mmx-1.c b/gcc/testsuite/gcc.target/i386/mmx-1.c
index 63d81885d78..7f439395389 100644
--- a/gcc/testsuite/gcc.target/i386/mmx-1.c
+++ b/gcc/testsuite/gcc.target/i386/mmx-1.c
@@ -3,10 +3,10 @@
/* Test that the intrinsics compile with 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>