]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use Autoconf-suggested pattern for inttypes and stdint.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 22:51:09 +0000 (22:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Aug 2004 22:51:09 +0000 (22:51 +0000)
lib/xstrtol.h

index 5765c88e239b7ddb3c9f5afa348518c46edc7e46..0d6b98482eff00a3b2514b3ce083925b9a75b251 100644 (file)
 
 # include "exitfail.h"
 
-/* Get uintmax_t.  */
 # if HAVE_INTTYPES_H
 #  include <inttypes.h>
-# else
-#  if HAVE_STDINT_H
-#   include <stdint.h>
-#  endif
+# endif
+# if HAVE_STDINT_H
+#  include <stdint.h>
 # endif
 
 # ifndef _STRTOL_ERROR