remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Oct 1998 06:46:30 +0000 (06:46 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Oct 1998 06:46:30 +0000 (06:46 +0000)
p4raw-id: //depot/perl@2065

sv.c

diff --git a/sv.c b/sv.c
index 97a0790..f0ccae5 100644 (file)
--- a/sv.c
+++ b/sv.c
 #endif
 #endif
 
-#if defined(USE_STDIO_PTR) && defined(STDIO_PTR_LVALUE) && defined(STDIO_CNT_LVALUE) && !defined(__QNX__)
-#  define FAST_SV_GETS
-#endif
-
 #ifdef PERL_OBJECT
 #define FCALL this->*f
 #define VTBL this->*vtbl