mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-31 12:57:13 +02:00
Updated the Squirrel and Sqrat libraries to the latest development versions.
This commit is contained in:
Vendored
+3
@@ -153,6 +153,9 @@ static SQInteger sqstd_rex_charnode(SQRex *exp,SQBool isclass)
|
||||
exp->_nodes[node].right = ce;
|
||||
return node;
|
||||
}
|
||||
case 0:
|
||||
sqstd_rex_error(exp,_SC("letter expected for argument of escape sequence"));
|
||||
break;
|
||||
case 'b':
|
||||
case 'B':
|
||||
if(!isclass) {
|
||||
|
||||
Reference in New Issue
Block a user