Restore accidentally deleted raises pragma

This commit is contained in:
jangko 2023-12-29 12:36:09 +07:00
parent 6417b7656b
commit 6f639dd6c1
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ type
tokenStart: int tokenStart: int
depthLimit: int depthLimit: int
{.push gcsafe, raises: [].}
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Private helpers # Private helpers
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------