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 /globvar.sym | |
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 'globvar.sym')
-rw-r--r-- | globvar.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/globvar.sym b/globvar.sym index d98b4d306f..24f8bcd4e7 100644 --- a/globvar.sym +++ b/globvar.sym @@ -3,7 +3,6 @@ # *** Only structures/arrays with constant initializers should go here. # *** Usual globals initialized at runtime should be added in *var*.h. -AMG_names block_type check fold |