Rename xclone to xmemdup. Remove obsolete xalloc macros.
[gnulib.git] / lib / xstrtol.h
index 5765c88..0d6b984 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