diff options
-rw-r--r-- | regparse.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include "regparse.h" #include <stdarg.h> #define WARN_BUFSIZE 256 @@ -394,6 +395,8 @@ str_end_cmp(st_data_t xp, st_data_t yp) return 0; } static st_index_t str_end_hash(st_data_t xp) { |