cl_init_zero should not be defined as S_cl_init, just 'cl_init'. The S_
prefix is wrong should cl_init be changed to have a pTHX_.
}
/* These two functions currently do the exact same thing */
}
/* These two functions currently do the exact same thing */
-#define cl_init_zero S_cl_init
+#define cl_init_zero cl_init
/* 'AND' a given class with another one. Can create false positives. 'cl'
* should not be inverted. 'and_with->flags & ANYOF_CLASS' should be 0 if
/* 'AND' a given class with another one. Can create false positives. 'cl'
* should not be inverted. 'and_with->flags & ANYOF_CLASS' should be 0 if