Vertically stack ? : ternary operators for better visibility
case '\'': /* (?'...') */
name_start= RExC_parse;
svname = reg_scan_name(pRExC_state,
- SIZE_ONLY ? /* reverse test from the others */
- REG_RSN_RETURN_NAME :
- REG_RSN_RETURN_NULL);
+ SIZE_ONLY /* reverse test from the others */
+ ? REG_RSN_RETURN_NAME
+ : REG_RSN_RETURN_NULL);
if (RExC_parse == name_start || *RExC_parse != paren)
vFAIL2("Sequence (?%c... not terminated",
paren=='>' ? '<' : paren);