Skip to content

Commit

Permalink
Merge pull request #491 from Don-Ward/fix-f6620ef5
Browse files Browse the repository at this point in the history
Correct f6620ef (Remove a development diagnostic from the Unicon com…
  • Loading branch information
Jafaral authored Nov 15, 2024
2 parents c90c3be + e9c9177 commit aeb6469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/unicon/unigram.y
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ neregex3: IDENT
$2.s := " " || $2.s
}
}
else { /* write("[ followed by ", type($2), " so not checking for space") */}
# else write("[ followed by ", type($2), " so not checking for space")
}
| LBRACK CARET brackchars RBRACK { $$ := node("notany", $1, $2, $3, $4) }
| BACKSLASH neregex { $$ := node("escape", $1, $2) }
Expand Down

0 comments on commit aeb6469

Please sign in to comment.