]> git.vpit.fr Git - perl/modules/indirect.git/commit
Don't actually create an entry when storing NULL in the ptable
authorVincent Pit <vince@profvince.com>
Fri, 29 May 2009 09:52:20 +0000 (11:52 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 29 May 2009 09:52:20 +0000 (11:52 +0200)
commit99241a0dc1d2077b248099868a7692967469b00d
treee93818eddfd577b13f21860af1ba1e7727eff314
parentfd1f4aa0e63bb64a51cb89c22cdf24027f82f5f9
Don't actually create an entry when storing NULL in the ptable

This is actually unneeded because ptable_fetch() returns NULL when it can't find the entry. This way we can remove the short-lived ptable_delete().
indirect.xs
ptable.h