Code

perl plugin, configure: Check for struct mgvtbl.svt_local.
authorSebastian Harl <sh@tokkee.org>
Tue, 10 Feb 2009 20:31:17 +0000 (21:31 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 10 Feb 2009 20:31:17 +0000 (21:31 +0100)
commit388dfe0e1f32cf379f30ac6486e4926e8461fcc5
tree3dc22d9d61a46288f95c756407851831ab7dafbe
parentb7c7c17f94c7d8d69510d9b19f3aa39711f7955f
perl plugin, configure: Check for struct mgvtbl.svt_local.

This member has been introduced in Perl 5.10 (I guess). To be able to
correctly (statically) initialize the magic tables used to access global
variables, we now check for its existence and then initialize the structs
accordingly.
configure.in
src/perl.c