DEF_RHS
#ifdef DEF_RHS
ctx->RHS = malloc(strlen(DEF_RHS) + 1);
strcpy(ctx->RHS, DEF_RHS); /* (checked) */