@@ -227,6 +227,7 @@ static int _compilecode(const char **re_loc, rcode *prog, int sizecode)
PC++;// Skip "# of pairs" byte
prog->len++;
for(cnt=0;*re!=']';cnt++){
if(*re=='\\')re++;
if(!*re)gotosyntax_error;
uc_code(c,re)EMIT(PC++,c);
uc_len(c,re)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.