summaryrefslogtreecommitdiff
path: root/modules/c-strstr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-12 02:58:17 +0000
committerBruno Haible <bruno@clisp.org>2007-02-12 02:58:17 +0000
commit4bc8b69ccf12c40ba0eec577b18e24bdd3cbc945 (patch)
treeb81928f1bde086ce574b3df6f54fba043bb6545a /modules/c-strstr
parentb90fb71212755584d66a0db84bb69cf67b1052e3 (diff)
downloadgnulib-4bc8b69ccf12c40ba0eec577b18e24bdd3cbc945.tar.gz
Optimize memory allocation to use alloca when possible.
Diffstat (limited to 'modules/c-strstr')
-rw-r--r--modules/c-strstr1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/c-strstr b/modules/c-strstr
index 703d879a21..2803aac95f 100644
--- a/modules/c-strstr
+++ b/modules/c-strstr
@@ -7,6 +7,7 @@ lib/c-strstr.c
Depends-on:
stdbool
+allocsa
strnlen
configure.ac: