diff --git a/cde/util/tradcpp/bool.h b/cde/util/tradcpp/bool.h index cf86ffb2c..3f42590ec 100644 --- a/cde/util/tradcpp/bool.h +++ b/cde/util/tradcpp/bool.h @@ -30,7 +30,7 @@ #ifndef BOOL_H #define BOOL_H -#if __STDC__ > 199901 +#if __STDC_VERSION__ > 199901 #include #else typedef int bool;