summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-06 14:37:37 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-06 14:37:37 +0000
commit5fec647a952947a91de8c7e8de5b2f8a1661fe02 (patch)
treee4f86d854eb6533f931d992c7a48e03e2c5dbb41 /scope.h
parent199100c871a030cc44240072644abe9aab66bc02 (diff)
downloadperl-5fec647a952947a91de8c7e8de5b2f8a1661fe02.tar.gz
Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
p4raw-id: //depot/perl@206
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scope.h b/scope.h
index d9fe15a0a3..a65cb628a9 100644
--- a/scope.h
+++ b/scope.h
@@ -38,9 +38,6 @@
#define SAVETMPS save_int((int*)&tmps_floor), tmps_floor = tmps_ix
#define FREETMPS if (tmps_ix > tmps_floor) free_tmps()
-#ifdef DEPRECATED
-#define FREE_TMPS() FREETMPS
-#endif
#define ENTER push_scope()
#define LEAVE pop_scope()