diff options
author | Karl Williamson <khw@cpan.org> | 2018-01-04 12:50:35 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-01-04 12:52:01 -0700 |
commit | b41db090e21841b21ad0a9529cf6f76acc688dea (patch) | |
tree | 8e7563cc38cf9d98456f93529ab86215eb84f854 /regexec.c | |
parent | b5ce63f1fde4d6ae83853f4eb56dbcf50f0c8e4a (diff) | |
download | perl-b41db090e21841b21ad0a9529cf6f76acc688dea.tar.gz |
Actually remove stray ';'
The previous commit was supposed to include this
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10392,7 +10392,7 @@ Perl_isSCRIPT_RUN(pTHX_ const U8 * s, const U8 * send, const bool utf8_target) #endif - scripts_match: ; + scripts_match: /* Here, the script of the character is compatible with that of the * run. Either they match exactly, or one or both can be any of |