]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Use quadtree to improve culling of STG objects
[simgear.git] / simgear / compiler.h
index 5a1cd47733cf984205be5d8db81e7cc2d809e904..2686ea1ff0f3c0507ee107963c7a51a09f912341 100644 (file)
@@ -46,7 +46,7 @@
 #    warning GCC compilers prior to 3.4 are suspect  
 #  endif
 
-#  define GCC_VERSION (__GNUC__ * 10000 \
+#  define SG_GCC_VERSION (__GNUC__ * 10000 \
                      + __GNUC_MINOR__ * 100 \
                      + __GNUC_PATCHLEVEL__)
 #  define SG_COMPILER_STR "GNU C++ version " SG_STRINGIZE(__GNUC__) "." SG_STRINGIZE(__GNUC_MINOR__)