John E. Malmberg wrote:
Craig A. Berry wrote:
John E. Malmberg wrote:
-#if __CRTL_VER >= 70000000 /* FIXME to earliest version */
+#if __CRTL_VER >= 70300000 /* FIXME to earliest version */
#include <efndef.h>
#define NO_EFN EFN$C_ENF
Why require 7.3 for this? I think it really did come along in 7.0,
didn't it?
I missed incorporating your change to my last patch on this. Yes, it
should be 7.0.
I found some more problems that were not apparent from the testing with
that patch. I had left in a hard coded macro to force use of the ODS-2
RMS macros instead of the ODS-5 macros. This apparently only caused
informationals in the build log, but did not affect the test results.
So depending on what happens in the overnight build of 27694, I may have
a better patch in the morning that has these changes and the perl_cando
optimizations.
-John
[EMAIL PROTECTED]
Personal Opinion Only