summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Key_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Key_List.h')
-rw-r--r--apps/gperf/src/Key_List.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gperf/src/Key_List.h b/apps/gperf/src/Key_List.h
index ef64f188f6f..149ac28d339 100644
--- a/apps/gperf/src/Key_List.h
+++ b/apps/gperf/src/Key_List.h
@@ -34,7 +34,7 @@
#include "Vectors.h"
#include "ace/Copy_Disabled.h"
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x620)
+#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x620)
#include "gperf_export.h"
#endif
@@ -64,7 +64,7 @@ public:
* the Gen_Perf.hash function. A Key_List is a singly-linked list
* of List_Nodes.
*/
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x620)
+#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x620)
class ACE_GPERF_Export Key_List : private ACE_Copy_Disabled
#else
class Key_List : private ACE_Copy_Disabled