#ifndef _SHARED_H_
#define _SHARED_H_

#ifndef HvNAME_get
#  define HvNAME_get(hv)        (0 + ((XPVHV*)SvANY(hv))->xhv_name)
#endif

#endif


syntax highlighted by Code2HTML, v. 0.9.1