diff options
author | Zefram <zefram@fysh.org> | 2009-10-23 00:27:57 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-23 00:27:57 +0200 |
commit | 19720b39a307f3ff449747dea71012038b7a8714 (patch) | |
tree | c85460cfd0be4242f223fd78269ed1f217aa4cd3 /x2p/a2p.h | |
parent | 871673162d98aa63f3298e094e8afb43bc4230df (diff) | |
download | perl-19720b39a307f3ff449747dea71012038b7a8714.tar.gz |
[perl #69838] a2p generates code using $[
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r-- | x2p/a2p.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -433,7 +433,6 @@ EXT STR str_yes; EXT bool do_split INIT(FALSE); EXT bool split_to_array INIT(FALSE); -EXT bool set_array_base INIT(FALSE); EXT bool saw_RS INIT(FALSE); EXT bool saw_OFS INIT(FALSE); EXT bool saw_ORS INIT(FALSE); |