From: Olli Savia Date: Wed, 12 May 2004 13:02:41 +0000 (+0000) Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f8ed50e0f20eccc8aa0c75cdca8c3a23e449ce7;p=p5sagit%2Fp5-mst-13.2.git [perl #29527] Perl 5.8.4 build problems on LynxOS From: Olli Savia (via RT) Message-ID: p4raw-id: //depot/perl@22817 --- diff --git a/sv.c b/sv.c index 10d768f..f4c1cbe 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;