diff options
author | Olli Savia <unknown> | 2004-05-12 13:02:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-12 16:29:07 +0000 |
commit | 2f8ed50e0f20eccc8aa0c75cdca8c3a23e449ce7 (patch) | |
tree | 908eeebcd57391268cd50f724569de5903d9ce11 /sv.c | |
parent | 89166d32b7b0b6c68db2041447f1be1c9ea5ca7a (diff) | |
download | perl-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.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |