This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add wrap_op_checker() API function
authorZefram <zefram@fysh.org>
Sat, 11 Feb 2012 11:05:51 +0000 (11:05 +0000)
committerZefram <zefram@fysh.org>
Sat, 11 Feb 2012 11:05:51 +0000 (11:05 +0000)
commite8570548af49b057631f1011e4b19c8c4a1342dd
tree250e8d72a232028036906cd58757ad4f86da886c
parent96a6e6fa4fb95146d6ef6deb911128ac757e1550
add wrap_op_checker() API function

This function provides a convenient and thread-safe way for modules to
hook op checking.
14 files changed:
MANIFEST
dosish.h
embed.fnc
embed.h
embedvar.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/addissub.t [new file with mode: 0644]
op.c
op.h
perl.c
perlapi.h
perlvars.h
proto.h
unixish.h