From cd9caf09d1878141871d46a5110648b119b7cb31 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 19 Mar 2019 12:48:46 +0100 Subject: pcre.nim: added pcre_free and removed hacks in nre and re.nim --- lib/wrappers/pcre.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/wrappers') diff --git a/lib/wrappers/pcre.nim b/lib/wrappers/pcre.nim index c4bb24cfd..b7975abb8 100644 --- a/lib/wrappers/pcre.nim +++ b/lib/wrappers/pcre.nim @@ -341,6 +341,8 @@ proc compile2*(pattern: cstring, erroffset: ptr cint, tableptr: pointer): ptr Pcre +proc free*(p: ptr Pcre) + proc config*(what: cint, where: pointer): cint -- cgit 1.4.1-2-gfad0