We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d09902 commit 873f48dCopy full SHA for 873f48d
include/assert_macros.h
@@ -13,7 +13,7 @@
13
! Deal with stringification issues:
14
! https://gcc.gnu.org/legacy-ml/fortran/2009-06/msg00131.html
15
#ifndef CPP_STRINGIFY_SOURCE
16
-# if defined(__GFORTRAN__) || defined(_CRAYFTN) || defined(NAGFOR)
+# if defined(__GFORTRAN__) || defined(_CRAYFTN) || defined(NAGFOR) || defined(__LFORTRAN__)
17
# define CPP_STRINGIFY_SOURCE(x) "x"
18
# else
19
# define CPP_STRINGIFY_SOURCE(x) #x
0 commit comments