author | Sebastian Harl <sh@tokkee.org> | |
Tue, 10 Feb 2009 20:31:17 +0000 (21:31 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 10 Feb 2009 20:31:17 +0000 (21:31 +0100) | ||
commit | 388dfe0e1f32cf379f30ac6486e4926e8461fcc5 | |
tree | 3dc22d9d61a46288f95c756407851831ab7dafbe | tree | snapshot |
parent | b7c7c17f94c7d8d69510d9b19f3aa39711f7955f | commit | diff |
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.
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 | diff | blob | history | |
src/perl.c | diff | blob | history |