
static void
$abbrev$_dealloc($abbrev$Object *self)
{
	/* XXXX Add your own cleanup code here */
#ifdef $abbrev$_dealloc_impl
	$abbrev$_dealloc_impl(self)
#else
	$abbrev$_dealloc_(self)
#endif
	PyMem_DEL(self);
}
