Merge multi and flags params to gv_init_*
authorFather Chrysostomos <sprout@cpan.org>
Sun, 2 Oct 2011 20:57:19 +0000 (13:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:02 +0000 (13:01 -0700)
commit04ec7e598cf9b8c51b752c7cbcd2ea2b582dfcbd
treebce3e4830fe7dfbd25fcac158ca7f125b7e76e4c
parent0be4d16f8f8037c260cd860eed59d47166fbdd12
Merge multi and flags params to gv_init_*

Since multi is a boolean (even though it’s typed as an int), there is
no need to have a separate parameter.  We can just use a flag bit.
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
gv.c
gv.h
proto.h