summaryrefslogtreecommitdiff
path: root/modules/memrchr
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-26 21:26:10 -0600
committerEric Blake <ebb9@byu.net>2008-04-26 21:30:02 -0600
commit189c069657b361e15d8f1407b5eb410ddc2ee693 (patch)
treeafff7701a528fac203334375f061910700428c9b /modules/memrchr
parent6226b4cfdc782aaa1c968d84614272009f8cd80e (diff)
downloadgnulib-189c069657b361e15d8f1407b5eb410ddc2ee693.tar.gz
Optimize and test memrchr.
* modules/memrchr (Depends-on): Add intprops. * lib/memrchr.c (__memrchr): Avoid false positives in loop. * modules/memrchr-tests: New file. * tests/test-memrchr.c: New file. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/memrchr')
-rw-r--r--modules/memrchr1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/memrchr b/modules/memrchr
index 3a6e982b68..36a119db61 100644
--- a/modules/memrchr
+++ b/modules/memrchr
@@ -7,6 +7,7 @@ m4/memrchr.m4
Depends-on:
extensions
+intprops
string
configure.ac: