summaryrefslogtreecommitdiff
path: root/build/gen_def.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/gen_def.py')
-rwxr-xr-xbuild/gen_def.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gen_def.py b/build/gen_def.py
index d10d8c88d55a6..ed139e6813330 100755
--- a/build/gen_def.py
+++ b/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: