diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-15 22:11:46 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:51:13 -0700 |
commit | 6763423431e1ea415b9abe4d7d5d8715e9203fc3 (patch) | |
tree | 97aab92f4ec2c87bf68b58d2453b1ff4a8f7f842 /pad.h | |
parent | 422d49eaf434b35811b252bdb95a63fb6c2b27e8 (diff) | |
download | perl-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.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |