diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-12-29 19:17:42 +0100 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2007-12-30 10:30:15 +0000 |
commit | 20f4945e16943f141ab760ffdcdbf39a5f3b734e (patch) | |
tree | c11ee3b84517648779c89e56235d14bfb9a838ac /perl.h | |
parent | 02f90d034df1b2bf848e5c8f7ede725dc7c7faa9 (diff) | |
download | perl-20f4945e16943f141ab760ffdcdbf39a5f3b734e.tar.gz |
factor out duplicate code in struct xpv*
Message-ID: <20071229181742.1933db40@r2d2>
p4raw-id: //depot/perl@32783
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3325,6 +3325,11 @@ struct nexttoken { #include "warnings.h" #include "utf8.h" +/* defined in sv.c, but also used in [ach]v.c */ +#undef _XPV_ALLOCATED_HEAD +#undef _XPV_HEAD +#undef _XPVMG_HEAD +#undef _XPVCV_COMMON typedef struct _sublex_info SUBLEXINFO; struct _sublex_info { |