MOUSE_XC_GEN, /* class generation */
MOUSE_XC_STASH, /* symbol table hash */
- MOUSE_XC_BUILDARGS, /* Custom BUILDARGS */
-
MOUSE_XC_ATTRALL, /* all the attributes */
MOUSE_XC_BUILDALL, /* all the BUILD methods */
MOUSE_XC_DEMOLISHALL, /* all the DEMOLISH methods */
GV* const buildargs = gv_fetchmeth_autoload(stash, "BUILDARGS", sizeof("BUILDARGS")-1, 0);
- return buildargs && CvXSUB(GvCV(buildargs)) == XS_Mouse__Object_BUILDARGS;
+ return buildargs && CvXSUB(GvCV(buildargs)) != XS_Mouse__Object_BUILDARGS;
}
static void