}
/* 'And' a given class with another one. Can create false positives */
-/* We assume that cl is not inverted */
+/* cl should not be inverted */
STATIC void
S_cl_and(struct regnode_charclass_class *cl,
const struct regnode_charclass_class *and_with)
}
/* 'OR' a given class with another one. Can create false positives */
-/* We assume that cl is not inverted */
+/* cl should not be inverted */
STATIC void
S_cl_or(const RExC_state_t *pRExC_state, struct regnode_charclass_class *cl, const struct regnode_charclass_class *or_with)
{