]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Move the unwind()-related members of the global context in their own struct
authorVincent Pit <vince@profvince.com>
Sun, 4 Sep 2011 14:10:38 +0000 (16:10 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 4 Sep 2011 14:10:38 +0000 (16:10 +0200)
commit6bf84a0afc0c209f19334b107ab41da28d854d06
tree254648c651e54666f2fcd3be565344695ea53f6a
parente4b6704a3d9abb2c4efb2f4dc0ca6978e7e7070e
Move the unwind()-related members of the global context in their own struct

Also correct the third argument to Zero() calls used to initialize the
return_op and proxy_op members : the size was passed, while it is supposed
to be the type.
Upper.xs