about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibpcre_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibpcre_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibpcre_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpcre_private.h b/src/wrapped/wrappedlibpcre_private.h
index 6c6ffbca..b851fc31 100755
--- a/src/wrapped/wrappedlibpcre_private.h
+++ b/src/wrapped/wrappedlibpcre_private.h
@@ -11,7 +11,7 @@ GO(pcre_copy_named_substring, iFpppippi)
 GO(pcre_copy_substring, iFppiipi)
 GO(pcre_dfa_exec, iFpppiiipipi)
 GO(pcre_exec, iFpppiiipi)
-//DATAM(pcre_free, //void  (*pcre_free)(void *);
+DATAM(pcre_free, sizeof(void*))
 GO(pcre_free_study, vFp)
 GO(pcre_free_substring, vFp)
 GO(pcre_free_substring_list, vFp)