File: xstrtoumax.m4

package info (click to toggle)
tar 1.14-2.4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,676 kB
  • ctags: 2,459
  • sloc: ansic: 22,822; sh: 5,326; yacc: 1,023; makefile: 266; perl: 111; sed: 16
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#serial 6
dnl Cloned from xstrtoimax.m4.  Keep these files in sync.

AC_DEFUN([gl_XSTRTOUMAX],
[
  dnl Prerequisites of lib/xstrtoumax.c.
  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
  AC_REQUIRE([gl_PREREQ_XSTRTOL])
])