commit 0566a02f4419d545f7daed76cc52759f7bf2eb95
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Thu Jul 3 12:28:38 2025 +0200
get rid of USE__func__ macro (not used)
---
src/support/debug.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/support/debug.h b/src/support/debug.h
index 4e719baf73..7a9b6da6e2 100644
--- a/src/support/debug.h
+++ b/src/support/debug.h
@@ -218,11 +218,7 @@ extern LyXErr lyxerr;
} // namespace lyx
-#if USE__func__
-# define CURRENT_POSITION __func__ ": "
-#else
-# define CURRENT_POSITION lyx::LyXErr::stripName(__FILE__) << " (" << __LINE__
<< "): "
-#endif
+#define CURRENT_POSITION lyx::LyXErr::stripName(__FILE__) << " (" << __LINE__
<< "): "
#define LYXERR(type, msg) \
do { \
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs