From d1fcd76ff45e81ab92c211c6eaddfc20da4ee0ef Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Fri, 4 Oct 2024 15:16:55 -0400 Subject: [PATCH] Update include/assert_macros.h Co-authored-by: Damian Rouson --- include/assert_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assert_macros.h b/include/assert_macros.h index a51a55d..f53bb81 100644 --- a/include/assert_macros.h +++ b/include/assert_macros.h @@ -11,7 +11,7 @@ #define ASSERTIONS 0 #endif -! Deal with Fortran's stringification debacle: +! Deal with stringification issues: ! https://gcc.gnu.org/legacy-ml/fortran/2009-06/msg00131.html #ifndef STRINGIFY # ifdef __GFORTRAN__