aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx_compilers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_compilers.h')
-rw-r--r--src/gfx_compilers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx_compilers.h b/src/gfx_compilers.h
index 31f2ce39..9a8792fc 100644
--- a/src/gfx_compilers.h
+++ b/src/gfx_compilers.h
@@ -335,8 +335,8 @@
#define GFX_COMPILER_TESTED TRUE
#define GFX_COMPILER_VERSION_MAJOR (__clang_major__)
#define GFX_COMPILER_VERSION_MINOR (__clang_minor__)
- #define GFX_COMPILER_VERSION_PATCH (__clang_patchlevel__)
- #define DEPRECATED(msg) __attribute__((deprecated(msg)));
+ #define GFX_COMPILER_VERSION_PATCH (__clang_patchlevel__)
+ #define DEPRECATED(msg) __attribute__((deprecated(msg)))
#elif GFX_COMPILER == GFX_COMPILER_COMEAU
#define GFX_COMPILER_NAME "Comeau C++"
#define GFX_COMPILER_VERSION_MAJOR ((__COMO_VERSION__)/100)