[perl #29527] Perl 5.8.4 build problems on LynxOS
Olli Savia [Wed, 12 May 2004 13:02:41 +0000 (13:02 +0000)]
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

sv.c

diff --git a/sv.c b/sv.c
index 10d768f..f4c1cbe 100644 (file)
--- a/sv.c
+++ b/sv.c
 
 #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;