summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Bool_Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Bool_Array.h')
-rw-r--r--apps/gperf/src/Bool_Array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gperf/src/Bool_Array.h b/apps/gperf/src/Bool_Array.h
index bf5a9ccb810..0089295f748 100644
--- a/apps/gperf/src/Bool_Array.h
+++ b/apps/gperf/src/Bool_Array.h
@@ -36,7 +36,7 @@
#if defined (ACE_HAS_GPERF)
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x620)
+#if defined (__BORLANDC__) && (__BORLANDC__ < 0x630)
#include "gperf_export.h"
#endif
@@ -47,7 +47,7 @@
* Uses a "Generation Numbering" implementation to minimize
* initialization time.
*/
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x620)
+#if defined (__BORLANDC__) && (__BORLANDC__ < 0x630)
class ACE_GPERF_Export Bool_Array
#else
class Bool_Array