diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-25 06:46:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-25 06:46:30 +0000 |
commit | 45ce3e5a8f0207ff3a834a617577ffdb6db5c9d6 (patch) | |
tree | 220ca9390fb6be1c6434282275af6faf7529dc69 /sv.c | |
parent | bdeef251cd01b4ea0422cf98195dbdbc42aa71fd (diff) | |
download | perl-45ce3e5a8f0207ff3a834a617577ffdb6db5c9d6.tar.gz |
remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
p4raw-id: //depot/perl@2065
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -36,10 +36,6 @@ #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 |