summaryrefslogtreecommitdiff
path: root/src/diagnostics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostics.hpp')
-rw-r--r--src/diagnostics.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diagnostics.hpp b/src/diagnostics.hpp
index 31596dc..dab15b5 100644
--- a/src/diagnostics.hpp
+++ b/src/diagnostics.hpp
@@ -52,6 +52,7 @@ namespace tmwa
# define CLANG (0)
# endif
#endif
+#define GCC_PATCH (GCC * 100 + __GNUC_PATCHLEVEL__)
#if GCC >= 406 || CLANG
# define PRAGMA(x) _Pragma(#x) static_assert(1, "I like my semicolons")