Merge PL_scream{first,next} into one allocated buffer.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Jun 2011 15:58:10 +0000 (17:58 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 1 Jul 2011 12:05:40 +0000 (14:05 +0200)
commit75fc7bf602cd498829b35780623ebe139c0a0483
tree63b0614fc1223a0d33bb7947ab2072a979e9f537
parent56e9eeb1a239fc995bf33475e31f8379bd01cbad
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.
embedvar.h
intrpvar.h
perl.c
pp.c
sv.c
util.c