We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d82f commit 010a46eCopy full SHA for 010a46e
1 file changed
include/assert_macros.h
@@ -14,7 +14,7 @@
14
! Deal with stringification issues:
15
! https://gcc.gnu.org/legacy-ml/fortran/2009-06/msg00131.html
16
#ifndef STRINGIFY
17
-# ifdef __GFORTRAN__
+# if defined(__GFORTRAN__) || defined(_CRAYFTN)
18
# define STRINGIFY(x) "x"
19
# else
20
# define STRINGIFY(x) #x
0 commit comments