Align groups of hv_{fetch,store} calls. Compare to NULL, instead of assuming
authorDerrik Pates <demon@now.ai>
Thu, 19 May 2011 06:29:04 +0000 (00:29 -0600)
committerDerrik Pates <demon@now.ai>
Thu, 19 May 2011 06:29:04 +0000 (00:29 -0600)
commitb5611a874d9082788c7a4aa7cb205f7447804687
treefcffbb2f895d32975f0dca9ae1e2bee164f25329
parent0c31abbf53ee07d05fbb98f9fd752e8251663066
Align groups of hv_{fetch,store} calls. Compare to NULL, instead of assuming
NULL is 0 (most arches it is, but it's not necessary a universal constant).
Also make the hash building code in _PLfuse_create() consistent with
the code in _PLfuse_open().
Fuse.xs