ccl_set_diff
extern int ccl_set_diff (int a, int b); /* set difference of two ccls. */
fullccl CCL_OP_DIFF braceccl { $$ = ccl_set_diff ($1, $3); }