summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-12 02:36:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 02:36:42 +0000
commitc89df6bff3e1d35ec00d05ede1265446fbb1d8c0 (patch)
tree60097a262fb0b32511a32dff546877e74318b95a /perl.h
parente5dd39fcc65538f6d292cb5228105f85fe9eff3e (diff)
downloadperl-c89df6bff3e1d35ec00d05ede1265446fbb1d8c0.tar.gz
UTS tweaks for Hal Morris.
p4raw-id: //depot/perl@11284
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 8f1cad367e..b4b1a4fb0c 100644
--- a/perl.h
+++ b/perl.h
@@ -1066,6 +1066,10 @@ int sockatmark(int);
#undef UV
#endif
+#ifdef SPRINTF_E_BUG
+# define sprintf UTS_sprintf_wrap
+#endif
+
/* Configure gets this right but the UTS compiler gets it wrong.
-- Hal Morris <hom00@utsglobal.com> */
#ifdef UTS