summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-22 18:58:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-22 18:58:17 +0000
commit004cd8e18e38278a5a007e38bd374988a0902bc5 (patch)
tree543193bd2a0462c30a35e593a09d0f5d6cd5751c
parent3d85fedcbd7703e501dd40b1074932b1e73bdf94 (diff)
downloadATCD-004cd8e18e38278a5a007e38bd374988a0902bc5.tar.gz
fixed the TAO_USE_EXCEPTIONS enabling
-rw-r--r--TAO/tao/orbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 25ce0f7167b..ca167e651d8 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -188,7 +188,7 @@
#if defined (ACE_HAS_EXCEPTIONS)
# define TAO_USE_EXCEPTIONS
-#if defined (TAO_USE_EXCEPTIONS) && !defined (ACE_HAS_EXCEPTIONS)
+#elif defined (TAO_USE_EXCEPTIONS) && !defined (ACE_HAS_EXCEPTIONS)
# error "tao/orbconf.h: You can only use exceptions in TAO if ACE supports them"
#endif /* TAO_USE_EXCEPTIONS */