aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_test_lib.c')
-rw-r--r--src/regex/regex_test_lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regex/regex_test_lib.c b/src/regex/regex_test_lib.c
index f8d3f993f..2fece6bff 100644
--- a/src/regex/regex_test_lib.c
+++ b/src/regex/regex_test_lib.c
@@ -93,6 +93,7 @@ c2i (char c, int size)
93} 93}
94 94
95 95
96#if DEBUG_REGEX
96/** 97/**
97 * Printf spaces to indent the regex tree 98 * Printf spaces to indent the regex tree
98 * 99 *
@@ -106,6 +107,9 @@ space (int n)
106} 107}
107 108
108 109
110#endif
111
112
109/** 113/**
110 * Printf the combined regex ctx. 114 * Printf the combined regex ctx.
111 * 115 *