summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_ftn_stdcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_ftn_stdcall.cpp')
-rw-r--r--openmp/runtime/src/kmp_ftn_stdcall.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/openmp/runtime/src/kmp_ftn_stdcall.cpp b/openmp/runtime/src/kmp_ftn_stdcall.cpp
index 41f04de7285..b7441b4ff95 100644
--- a/openmp/runtime/src/kmp_ftn_stdcall.cpp
+++ b/openmp/runtime/src/kmp_ftn_stdcall.cpp
@@ -16,20 +16,20 @@
#include "kmp.h"
// Note: This string is not printed when KMP_VERSION=1.
-char const __kmp_version_ftnstdcall[] = KMP_VERSION_PREFIX "Fortran __stdcall OMP support: "
+char const __kmp_version_ftnstdcall[] =
+ KMP_VERSION_PREFIX "Fortran __stdcall OMP support: "
#ifdef USE_FTN_STDCALL
- "yes";
+ "yes";
#else
- "no";
+ "no";
#endif
#ifdef USE_FTN_STDCALL
-#define FTN_STDCALL KMP_STDCALL
-#define KMP_FTN_ENTRIES USE_FTN_STDCALL
+#define FTN_STDCALL KMP_STDCALL
+#define KMP_FTN_ENTRIES USE_FTN_STDCALL
-#include "kmp_ftn_os.h"
#include "kmp_ftn_entry.h"
+#include "kmp_ftn_os.h"
#endif /* USE_FTN_STDCALL */
-
OpenPOWER on IntegriCloud