summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/fl_attr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/FL/fl_attr.h b/FL/fl_attr.h
index a75f0c0d8..88e03a90a 100644
--- a/FL/fl_attr.h
+++ b/FL/fl_attr.h
@@ -54,10 +54,12 @@
FL_DEPRECATED("Outdated, don't use", int position()) { return position_; }
\endcode
*/
-#define FL_DEPRECATED(msg, func) [[deprecated(msg)]] func
+#define FL_DEPRECATED(msg, func) \
+ /##*##* \deprecated msg *##/ \
+ func
-#else
+#else /* FL_DOXYGEN */
/*