]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Save a mock pointer as the placeholder instead of an int
authorVincent Pit <vince@profvince.com>
Tue, 18 May 2010 19:57:14 +0000 (21:57 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 18 May 2010 20:00:53 +0000 (22:00 +0200)
commitf257d9194d1b3e617f4ddf9fcc07ed7338ad4eba
tree18c09c3949157b85f23fcb57156c22323508aec8
parenta8e609b45a64bb946197d3f4b444a07e86c52209
Save a mock pointer as the placeholder instead of an int

Since 5.13, small ints are saved with only two save stack slots, so it's
better to use something with a fixed size instead.
Upper.xs