summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-11-20 23:59:01 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-11-20 23:59:01 +0000
commit7f24f9e50f3bacf9a85b8bb9baf34670783c1119 (patch)
tree90cc5aa58bfc73bf9e8ddd261185e2648e76eb0f
parentc322c688fb639615a5407ae5ce5eef8bada89aeb (diff)
downloadATCD-7f24f9e50f3bacf9a85b8bb9baf34670783c1119.tar.gz
Changes from Wei Chang for Chorus platform.
-rw-r--r--TAO/ChangeLog-98c7
-rw-r--r--TAO/tao/orbconf.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 612ea1b8822..e06afc7371e 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,5 +1,12 @@
Thu Nov 20 10:31:24 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+ * tao/orbconf.h (SIZEOF_LONG_DOUBLE): Made sure this is defined
+ properly for Chorus. Thanks to Wei Chiang <chiang@tele.nokia.fi>
+ for submitting these!
+
+ * tao/orb_core.cpp (init): Added some changes for Chorus. Thanks
+ to Wei Chiang <chiang@tele.nokia.fi> for submitting these!
+
* tao/object.cpp (_is_a): Explicitly specify which conversion
operator to use when comparing type_id to 0.
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index bb4589f0a56..de443d2995a 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -111,7 +111,7 @@
#endif /* !defined (_WIN32) && !defined (VXWORKS) */
// The number of bytes in a long double.
-#if defined (linux) || defined (ACE_NETBSD) || defined (__FreeBSD__)
+#if defined (linux) || defined (ACE_NETBSD) || defined (__FreeBSD__) || defined(CHORUS)
# define SIZEOF_LONG_DOUBLE 12
#elif defined (_WIN32) || defined (VXWORKS) || defined (M_UNIX)
# define SIZEOF_LONG_DOUBLE 8