strbuf.c: use memrchr in strbuf_rchop
This commit is contained in:
parent
de032e9b33
commit
ae3ff5faae
4 changed files with 12 additions and 10 deletions
|
|
@ -10,3 +10,6 @@
|
|||
# how to install the libray and header files by yourself.
|
||||
# database = mysql
|
||||
# database = mongo
|
||||
|
||||
# Uncomment this if you don't have memrchr on your system. (GNU extension as of >=glibc 2.1.91)
|
||||
# NO_MEMRCHR = 1
|
||||
|
|
|
|||
Reference in a new issue