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
#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;