summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 13:16:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 13:16:00 +0000
commit4da7f326a7fc292dce2d48bd881a2faf75bcf6e0 (patch)
treec580c333974e3e3ac420bf6ca7f5219aa95f5808
parent6c6797d98f60fd0a44535aa934d5e9f6bbf351f5 (diff)
downloadATCD-4da7f326a7fc292dce2d48bd881a2faf75bcf6e0.tar.gz
* tao/decode.cpp:
* tao/deep_free.cpp: * tao/encode.cpp: Fix to pointer alignment adjustment calculation in TAO_Marshal_Struct::*. The old one was failing with Borland Builder. Thanks to Christopher Kohlhoff <chris_kohlhoff@yahoo.com> for sending in the Borland fix and his efforts to find a single portable one.
-rw-r--r--TAO/ChangeLog-99c5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e52992860f6..31a1af486e7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -5,10 +5,7 @@ Thu Sep 2 07:54:17 1999 Jeff Parsons <parsons@cs.wustl.edu>
* tao/encode.cpp:
Fix to pointer alignment adjustment calculation in
TAO_Marshal_Struct::*. The old one was failing with
- NT and Borland Builder, and of two fixes for Borland
- Builder, one didn't work with SunOS and one didn't
- work with NT/MSVC. This commit uses an
- #if defined (WIN32) to get all platforms happy. Thanks to
+ Borland Builder. Thanks to
Christopher Kohlhoff <chris_kohlhoff@yahoo.com> for
sending in the Borland fix and his efforts to find a
single portable one.