We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6a6d commit 1c60620Copy full SHA for 1c60620
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
-# if defined(__GFORTRAN__) || defined(_CRAYFTN)
+# if defined(__GFORTRAN__) || defined(_CRAYFTN) || defined(NAGFOR)
18
# define STRINGIFY(x) "x"
19
# else
20
# define STRINGIFY(x) #x
0 commit comments