Change 17237 by jhi@alpha on 2002/06/14 13:32:22
NetWare diff for XS::APItest.
Affected files ...
.... //depot/perl/NetWare/config.wc#18 edit
.... //depot/perl/NetWare/config_H.wc#15 edit
Differences ...
==== //depot/perl/NetWare/config.wc#18 (text) ====
Index: perl/NetWare/config.wc
--- perl/NetWare/config.wc#17~16291~ Tue Apr 30 19:04:22 2002
+++ perl/NetWare/config.wc Fri Jun 14 06:32:22 2002
@@ -78,13 +78,13 @@
ctime_r_proto='0'
d_Gconvert='sprintf((b),"%.*g",(n),(x))'
d_PRIEldbl='undef'
-d_PRIFldbl='undef'
-d_PRIGldbl='undef'
+d_PRIFldbl='define'
+d_PRIGldbl='define'
d_PRIX64='undef'
d_PRId64='undef'
d_PRIeldbl='undef'
-d_PRIfldbl='undef'
-d_PRIgldbl='undef'
+d_PRIfldbl='define'
+d_PRIgldbl='define'
d_PRIi64='undef'
d_PRIo64='undef'
d_PRIu64='undef'
==== //depot/perl/NetWare/config_H.wc#15 (text) ====
Index: perl/NetWare/config_H.wc
--- perl/NetWare/config_H.wc#14~16843~ Tue May 28 13:35:59 2002
+++ perl/NetWare/config_H.wc Fri Jun 14 06:32:22 2002
@@ -2618,6 +2618,12 @@
/*#define PERL_PRIeldbl "e" /**/
/*#define PERL_SCNfldbl undef /**/
+#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
+#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
+#$d_PRIeldbl PERL_PRIeldbl $sPRIeldbl /**/
+
+/*#$d_SCNfldbl PERL_SCNfldbl $sSCNfldbl /**/
+
/* Off_t:
* This symbol holds the type used to declare offsets in the kernel.
* It can be int, long, off_t, etc... It may be necessary to include
End of Patch.