]> Savannah Git Hosting - gnulib.git/commitdiff
mbstok_r: Simplify dependencies.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Jul 2023 09:43:00 +0000 (11:43 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 19 Jul 2023 00:57:12 +0000 (02:57 +0200)
* lib/mbstok_r.c: Include <stdlib.h> instead of mbuiter.h.
* modules/mbstok_r (Depends-on): Remove mbuiter.

ChangeLog
lib/mbstok_r.c
modules/mbstok_r

index aa2e947c9f37633dd4d720916a9ba19f7881b030..71057e9ac74af992514dfd8d3213d030c2599123 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-18  Bruno Haible  <bruno@clisp.org>
+
+       mbstok_r: Simplify dependencies.
+       * lib/mbstok_r.c: Include <stdlib.h> instead of mbuiter.h.
+       * modules/mbstok_r (Depends-on): Remove mbuiter.
+
 2023-07-17  Simon Josefsson  <simon@josefsson.org>
 
        announce-gen: Allow using local git user.name.
index 86a016c5938ae2853cc187d79ad1986b11ca6b9c..f870bed4d777ff8442eccc9dcec967354ab901bb 100644 (file)
@@ -20,7 +20,7 @@
 /* Specification.  */
 #include <string.h>
 
-#include "mbuiter.h"
+#include <stdlib.h>
 
 char *
 mbstok_r (char *string, const char *delim, char **save_ptr)
index 6656bbad72a94edf8cc050b6543d1cbdfa8f5cba..0a41e552cac24da698545e2ac4857e9d76e55ee1 100644 (file)
@@ -5,7 +5,6 @@ Files:
 lib/mbstok_r.c
 
 Depends-on:
-mbuiter
 string
 mbsspn
 mbspbrk