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
|
|
@ -15,6 +15,9 @@ ifeq ($(VERBOSE), 2)
|
|||
endif
|
||||
|
||||
# modules definitions
|
||||
ifdef NO_MEMRCHR
|
||||
obj-compat = src/compat/memrchr.o
|
||||
endif
|
||||
obj-xalloc = src/xalloc.o src/die.o
|
||||
obj-strbuf = src/strbuf.o $(obj-xalloc)
|
||||
obj-path = src/path.o $(obj-strbuf)
|
||||
|
|
|
|||
Reference in a new issue