UNI_DIFF
diff_type = UNI_DIFF;
|| diff_type == UNI_DIFF)) {
if (diff_type != UNI_DIFF) {
diff_type == UNI_DIFF ? "a unified diff" :
if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) {
retval = UNI_DIFF;
if (retval == UNI_DIFF) {
} else if (diff_type == UNI_DIFF) {