summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-15 22:11:46 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:51:13 -0700
commit6763423431e1ea415b9abe4d7d5d8715e9203fc3 (patch)
tree97aab92f4ec2c87bf68b58d2453b1ff4a8f7f842 /pad.h
parent422d49eaf434b35811b252bdb95a63fb6c2b27e8 (diff)
downloadperl-6763423431e1ea415b9abe4d7d5d8715e9203fc3.tar.gz
Move PAD(LIST) typedefs to perl.h
otherwise they can only be used in some header files.
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pad.h b/pad.h
index 712bdab065..890ddd1ba3 100644
--- a/pad.h
+++ b/pad.h
@@ -16,13 +16,6 @@
*/
-/* a padlist is currently just an AV; but that might change,
- * so hide the type. Ditto a pad. */
-
-typedef AV PADLIST;
-typedef AV PAD;
-
-
/* offsets within a pad */
#if PTRSIZE == 4