diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-16 16:02:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-16 16:02:35 +0000 |
commit | 8261f8eb698db59828f3e3dd7a1ee82976ab259e (patch) | |
tree | 3ea5346f672c31284bdb8657b4e964ff2a29eb4b /MANIFEST | |
parent | 20773dcda05c239bb7300f7eed1a0ff4ef022a0a (diff) | |
download | perl-8261f8eb698db59828f3e3dd7a1ee82976ab259e.tar.gz |
PL_AMG_names is only used by gv.c (as far as Google code search can
see), so it can easily be a static variable inside gv.c. This allows
the implementation to be changed in future Perls within the 5.10.x
series.
p4raw-id: //depot/perl@32116
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3038,7 +3038,8 @@ os2/OS2/typemap Common typemap for OS/2 types os2/perl2cmd.pl Corrects installed binaries under OS/2 os2/perlrexx.c Support perl interpreter embedded in REXX os2/perlrexx.cmd Test perl interpreter embedded in REXX -overload.h generated overload enum and name table +overload.c generated overload enum (public) +overload.h generated overload name table (implementation) overload.pl generate overload.h pad.c Scratchpad functions pad.h Scratchpad headers |