summaryrefslogtreecommitdiff
path: root/regparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'regparse.c')
-rw-r--r--regparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regparse.c b/regparse.c
index 065e5b214b..183d1fffdf 100644
--- a/regparse.c
+++ b/regparse.c
@@ -3682,7 +3682,7 @@ fetch_token(OnigToken* tok, UChar** src, UChar* end, ScanEnv* env)
cnext = PPEEK;
if (cnext == '0') {
PINC;
- if (PPEEK_IS(get_name_end_code_point(c))) { // \g<0>, \g'0'
+ if (PPEEK_IS(get_name_end_code_point(c))) { /* \g<0>, \g'0' */
PINC;
name_end = p;
gnum = 0;