|
From: | John E. Malmberg |
Subject: | Re: [bug #42447] Fix exporting symbols for recursive make on VMS. |
Date: | Sat, 21 Jun 2014 19:10:39 -0500 |
User-agent: | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 |
On 6/21/2014 5:36 PM, John E. Malmberg wrote:
So I now want to get this set of changes committed so that we do not end up with a large set of changes that will be hard for anyone to review or follow.
Just found some tabs in the new code and a small bug in use __VAX instead of the version of VMS in VMS_EXPORT_SYMBOL.C.
The corrected code is: #if __CRTL_VER >= 70301000 #define transpath_parm transpath #else static char transpath[MAX_DCL_SYMBOL_VALUE]; #endif I will not be able to submit a revised patch until next week. Regards, -John
[Prev in Thread] | Current Thread | [Next in Thread] |