projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bdeef25
)
remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
Gurusamy Sarathy [Sun, 25 Oct 1998 06:46:30 +0000 (06:46 +0000)]
p4raw-id: //depot/perl@2065
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
97a0790
..
f0ccae5
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-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