diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-27 17:58:10 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-01 14:05:40 +0200 |
commit | 75fc7bf602cd498829b35780623ebe139c0a0483 (patch) | |
tree | 63b0614fc1223a0d33bb7947ab2072a979e9f537 /intrpvar.h | |
parent | 56e9eeb1a239fc995bf33475e31f8379bd01cbad (diff) | |
download | perl-75fc7bf602cd498829b35780623ebe139c0a0483.tar.gz |
Merge PL_scream{first,next} into one allocated buffer.
Effectively, PL_screamnext is now PL_screamfirst + 256. The actual interpreter
variable PL_screamnext is eliminated.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 9dda6a3ab1..3a64cb23af 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -156,7 +156,6 @@ PERLVAR(Iefloatsize, STRLEN) /* regex stuff */ PERLVAR(Iscreamfirst, I32 *) -PERLVAR(Iscreamnext, I32 *) PERLVAR(Ilastscream, SV *) PERLVAR(Ireg_state, struct re_save_state) |