summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorOlli Savia <unknown>2004-05-12 13:02:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-12 16:29:07 +0000
commit2f8ed50e0f20eccc8aa0c75cdca8c3a23e449ce7 (patch)
tree908eeebcd57391268cd50f724569de5903d9ce11 /sv.c
parent89166d32b7b0b6c68db2041447f1be1c9ea5ca7a (diff)
downloadperl-2f8ed50e0f20eccc8aa0c75cdca8c3a23e449ce7.tar.gz
[perl #29527] Perl 5.8.4 build problems on LynxOS
From: Olli Savia (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org> p4raw-id: //depot/perl@22817
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 10d768f6a2..f4c1cbe0a3 100644
--- a/sv.c
+++ b/sv.c
@@ -24,6 +24,11 @@
#define FCALL *f
+#ifdef __Lynx__
+/* Missing proto on LynxOS */
+ char *gconvert(double, int, int, char *);
+#endif
+
#ifdef PERL_UTF8_CACHE_ASSERT
/* The cache element 0 is the Unicode offset;
* the cache element 1 is the byte offset of the element 0;