mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(AC_REPLACE_FUNCS): Add strtoul.
This commit is contained in:
@@ -87,7 +87,7 @@ AC_CHECK_DECLS([free, getenv, getopt,
|
||||
stpcpy, strchr, strspn, strnlen,
|
||||
malloc, memchr, memrchr])
|
||||
AC_REPLACE_FUNCS(memchr memrchr \
|
||||
strchr stpcpy strrchr strspn strtol)
|
||||
strchr stpcpy strrchr strspn strtol strtoul)
|
||||
AC_FUNC_MALLOC
|
||||
AC_FUNC_REALLOC
|
||||
jm_PREREQ_MBSWIDTH
|
||||
|
||||
Reference in New Issue
Block a user