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



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to