summaryrefslogtreecommitdiff
path: root/string/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strstr.c')
-rw-r--r--string/strstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strstr.c b/string/strstr.c
index ec2a1e91e7..cfed77119d 100644
--- a/string/strstr.c
+++ b/string/strstr.c
@@ -38,6 +38,7 @@
#define AVAILABLE1(h, h_l, j, n_l) (true)
#define AVAILABLE2(h, h_l, j, n_l) AVAILABLE (h, h_l, j, n_l)
#define RET0_IF_0(a) if (!a) goto ret0
+#define AVAILABLE1_USES_J (0)
#include "str-two-way.h"
#undef strstr