diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
commit | 90988ede07abd2e58283d5e06b1b69f74b6967d2 (patch) | |
tree | b4fe189a7179707b12ed3697811c36e0975e9a1c /modules/c-strcasestr | |
parent | 8b420b18471251565faf524a4e9dbbe27e298d78 (diff) | |
download | gnulib-90988ede07abd2e58283d5e06b1b69f74b6967d2.tar.gz |
Update after allocsa -> malloca renaming.
Diffstat (limited to 'modules/c-strcasestr')
-rw-r--r-- | modules/c-strcasestr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/c-strcasestr b/modules/c-strcasestr index 87d02dd55f..2e51644418 100644 --- a/modules/c-strcasestr +++ b/modules/c-strcasestr @@ -8,7 +8,7 @@ lib/c-strcasestr.c Depends-on: c-ctype stdbool -allocsa +malloca strnlen configure.ac: |