summaryrefslogtreecommitdiffstats
path: root/contrib/serf/build/gen_def.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/serf/build/gen_def.py')
-rwxr-xr-xcontrib/serf/build/gen_def.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/serf/build/gen_def.py b/contrib/serf/build/gen_def.py
index d10d8c8..ed139e6 100755
--- a/contrib/serf/build/gen_def.py
+++ b/contrib/serf/build/gen_def.py
@@ -38,7 +38,7 @@ import sys
# a more complicated example might be:
# const type * const * serf_func3(...
#
-_funcs = re.compile(r'^(?:(?:\w+|\*) )+\*?(serf_[a-z][a-z_0-9]*)\(',
+_funcs = re.compile(r'^(?:(?:\w+|\*) )+\*?(serf_[a-z][a-zA-Z_0-9]*)\(',
re.MULTILINE)
# This regex parses the bucket type definitions which look like:
OpenPOWER on IntegriCloud