diff options
Diffstat (limited to 'lib/pure/regexprs.nim')
-rwxr-xr-x | lib/pure/regexprs.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/regexprs.nim b/lib/pure/regexprs.nim index cff3152cf..43c7f05be 100755 --- a/lib/pure/regexprs.nim +++ b/lib/pure/regexprs.nim @@ -21,6 +21,8 @@ # This is not just a convenient wrapper for the pcre library; the # API will stay the same if the implementation should change. +{.deprecated.} + import pcre, strutils |