summaryrefslogtreecommitdiff
path: root/src/pcre/lpcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcre/lpcre.c')
-rw-r--r--src/pcre/lpcre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre/lpcre.c b/src/pcre/lpcre.c
index 87d1a56..7550ecf 100644
--- a/src/pcre/lpcre.c
+++ b/src/pcre/lpcre.c
@@ -392,6 +392,7 @@ static const luaL_Reg r_functions[] = {
{ "find", algf_find },
{ "gmatch", algf_gmatch },
{ "gsub", algf_gsub },
+ { "count", algf_count },
{ "split", algf_split },
{ "new", algf_new },
{ "flags", Lpcre_get_flags },