mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.121857.2da547e0.fr.html
This commit is contained in:
@@ -269,8 +269,6 @@ proc get_substring*(a2: cstring, a3: ptr cint, a4: cint, a5: cint,
|
||||
proc get_substring_list*(a2: cstring, a3: ptr cint, a4: cint,
|
||||
a5: ptr cstringArray): cint{.cdecl,
|
||||
importc: "pcre_get_substring_list", dynlib: pcredll.}
|
||||
proc info*(a2: ptr TPcre, a3: ptr cint, a4: ptr cint): cint{.cdecl,
|
||||
importc: "pcre_info", dynlib: pcredll.}
|
||||
proc maketables*(): ptr char{.cdecl, importc: "pcre_maketables",
|
||||
dynlib: pcredll.}
|
||||
proc refcount*(a2: ptr TPcre, a3: cint): cint{.cdecl, importc: "pcre_refcount",
|
||||
|
||||
Reference in New Issue
Block a user