]> git.vpit.fr Git - perl/modules/Sub-Op.git/commit
Store the custom op name in a pointer table
authorVincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 00:10:03 +0000 (01:10 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 2 Jan 2010 00:10:03 +0000 (01:10 +0100)
commit61188a20996808b5a4ad19cc35d272ff7d83b8f1
tree171b8f4e98952bfcdc0da2d895cae1d713103a9d
parent3b39085a294ef16114b0d119dc8ebdecbe87fb51
Store the custom op name in a pointer table

We can't use the PL_custom_op_names hash because its keys are the ppaddr
functions and two keywords can share the same pp implementation.
MANIFEST
Op.xs
ptable.h [new file with mode: 0644]