ref: 6565eb50cfcc4e11ed5e350cdae30dc861dc0a8e
parent: 83fea560c31e90807d9a2fa25a749027812ea17f
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];