From 4da7f326a7fc292dce2d48bd881a2faf75bcf6e0 Mon Sep 17 00:00:00 2001 From: parsons Date: Thu, 2 Sep 1999 13:16:00 +0000 Subject: * 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 for sending in the Borland fix and his efforts to find a single portable one. --- TAO/ChangeLog-99c | 5 +---- 1 file changed, 1 insertion(+), 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 * 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 for sending in the Borland fix and his efforts to find a single portable one. -- cgit v1.2.1