summaryrefslogtreecommitdiff
path: root/regress/lib/libexpat
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-06-29 00:35:07 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-06-29 00:35:07 +0000
commitaab60713983321da0a2396c65dd6c5dcbd9af046 (patch)
treed29821cc7ffa374f60fa4608fc7678dd53381982 /regress/lib/libexpat
parentce1d59e0f39f9cc1c7946c1cef7d2be476c66396 (diff)
Adjust comment.
Diffstat (limited to 'regress/lib/libexpat')
-rw-r--r--regress/lib/libexpat/runtests/Makefile4
-rw-r--r--regress/lib/libexpat/runtestspp/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libexpat/runtests/Makefile b/regress/lib/libexpat/runtests/Makefile
index 8fc7a4fe205..7851014d0ba 100644
--- a/regress/lib/libexpat/runtests/Makefile
+++ b/regress/lib/libexpat/runtests/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2017/11/03 18:30:34 bluhm Exp $
+# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $
SRCS= runtests.c chardata.c memcheck.c minicheck.c structdata.c
-# align_limit_to_full_utf8_characters is not exported in dynamic library
+# _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library
LDFLAGS= -static
.include <bsd.regress.mk>
diff --git a/regress/lib/libexpat/runtestspp/Makefile b/regress/lib/libexpat/runtestspp/Makefile
index f6fc1d27529..181e167fb54 100644
--- a/regress/lib/libexpat/runtestspp/Makefile
+++ b/regress/lib/libexpat/runtestspp/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2017/11/03 18:30:34 bluhm Exp $
+# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $
SRCS= runtestspp.cpp chardata.c memcheck.c minicheck.c structdata.c
-# align_limit_to_full_utf8_characters is not exported in dynamic library
+# _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library
LDFLAGS= -static
.include <bsd.regress.mk>