summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Options.h')
-rw-r--r--ACE/apps/gperf/src/Options.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/apps/gperf/src/Options.h b/ACE/apps/gperf/src/Options.h
index 1bfac29b593..e679193cea0 100644
--- a/ACE/apps/gperf/src/Options.h
+++ b/ACE/apps/gperf/src/Options.h
@@ -71,12 +71,6 @@ enum Option_Type
// g++ doesn't seem to do the right thing with them at the
// moment... ;-(
-// PharLap ETS defines EOS as well... so if building for ETS, clear out
-// their EOS.
-#if defined (ACE_HAS_PHARLAP) && defined (EOS)
-# undef EOS
-#endif /* ACE_HAS_PHARLAP && EOS */
-
enum
{
MAX_KEY_POS = 128 - 1, /**< Max size of each word's key set. */