summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-19 16:04:46 +0000
committerSteve Huston <shuston@riverace.com>1999-07-19 16:04:46 +0000
commite46277ba70c3d8f28da31f49d027590d08343b21 (patch)
tree82d8954a78ecfb53e73b6ea77fa476b5daa6560b /apps
parentdc69055015f7859469de19bbc3e0fb0089e7a0c8 (diff)
downloadATCD-e46277ba70c3d8f28da31f49d027590d08343b21.tar.gz
Clear out EOS on PharLap ETS.
Diffstat (limited to 'apps')
-rw-r--r--apps/gperf/src/Options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h
index 36d8427c11d..88962561038 100644
--- a/apps/gperf/src/Options.h
+++ b/apps/gperf/src/Options.h
@@ -72,6 +72,12 @@ 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.