summaryrefslogtreecommitdiff
path: root/testsuite/libffi.call/ffitest.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/libffi.call/ffitest.h')
-rw-r--r--testsuite/libffi.call/ffitest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.call/ffitest.h b/testsuite/libffi.call/ffitest.h
index ee0323c..8bd8a3c 100644
--- a/testsuite/libffi.call/ffitest.h
+++ b/testsuite/libffi.call/ffitest.h
@@ -89,7 +89,7 @@
#endif
/* msvc kludge. */
-#if defined _MSC_VER
+#if defined(_MSC_VER)
#define PRIdLL "I64d"
#define PRIuLL "I64u"
#else