aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-05 18:54:48 +0100
committerMattias Andrée <maandree@kth.se>2018-11-05 18:54:48 +0100
commite19f3d5e8c0e9576a3fda2b77ad69be135bef047 (patch)
treea3aa862ed02b6f17483fe8f6607c05d1fac6e4e9 /Makefile
parentAdd man pages for unlist (diff)
downloadlibsimple-e19f3d5e8c0e9576a3fda2b77ad69be135bef047.tar.gz
libsimple-e19f3d5e8c0e9576a3fda2b77ad69be135bef047.tar.bz2
libsimple-e19f3d5e8c0e9576a3fda2b77ad69be135bef047.tar.xz
Rename isutf8 to strisutf8 and add man page
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3469282..dbd993c 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,6 @@ OBJ =\
envposix_memalignzn.o\
envputenvf.o\
envreallocn.o\
- isutf8.o\
memcasechr.o\
memcasecmp.o\
memcaseends.o\
@@ -94,6 +93,7 @@ OBJ =\
strchrnul.o\
strends.o\
streqlen.o\
+ strisutf8.o\
strncasechr.o\
strncasechrnul.o\
strncaseends.o\