shithub: mc

Download patch

ref: 655dad8f92c315c5c205b3c021b19ce2916e4c9b
parent: 29f122684b9aad6209d06a7fe663a2f09a91bb60
author: Mura Li <mura_li@castech.com.tw>
date: Wed Apr 22 07:37:59 EDT 2020

Use /**/ instead of //

--- a/mi/match.c
+++ b/mi/match.c
@@ -941,7 +941,7 @@
 		genfrontier(i, val, pat[i]->match.pat, lbl[i], &frontier, &nfrontier);
 	}
 
-	// to determine if two different sets of captures come from a or-pattern, which is NOT allowed.
+	/* to determine if two different sets of captures come from a or-pattern, which is NOT allowed. */
 	last = NULL;
 	for (i = 0; i < nfrontier; i++) {
 		cur = frontier[i];