diff options
author | Mura Li <mura_li@castech.com.tw> | 2020-04-22 11:37:59 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-05-05 20:33:19 -0700 |
commit | 6565eb50cfcc4e11ed5e350cdae30dc861dc0a8e (patch) | |
tree | 1fba8d003b269228e374206052978c6787e2a30c /mi | |
parent | 83fea560c31e90807d9a2fa25a749027812ea17f (diff) | |
download | mc-6565eb50cfcc4e11ed5e350cdae30dc861dc0a8e.tar.gz |
Use /**/ instead of //
Diffstat (limited to 'mi')
-rw-r--r-- | mi/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ gendtree(Node *m, Node *val, Node **lbl, size_t nlbl) 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]; |