Skip to content

Commit 873f48d

Browse files
rousonbonachea
authored andcommitted
build(lfortran): use stringify workaround in macro
1 parent 8d09902 commit 873f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/assert_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
! Deal with stringification issues:
1414
! https://gcc.gnu.org/legacy-ml/fortran/2009-06/msg00131.html
1515
#ifndef CPP_STRINGIFY_SOURCE
16-
# if defined(__GFORTRAN__) || defined(_CRAYFTN) || defined(NAGFOR)
16+
# if defined(__GFORTRAN__) || defined(_CRAYFTN) || defined(NAGFOR) || defined(__LFORTRAN__)
1717
# define CPP_STRINGIFY_SOURCE(x) "x"
1818
# else
1919
# define CPP_STRINGIFY_SOURCE(x) #x

0 commit comments

Comments
 (0)