]> Dogcows Code - chaz/tar/blobdiff - lib/xstrtol.c
(EILSEQ): Include <time.h> and <wchar.h> if <errno.h> does not define
[chaz/tar] / lib / xstrtol.c
index b677ef9ffa828e34ed5bed736cc284c2df1330d9..d7ca6cf5bee9fb4773030bbe78d9f918d318075f 100644 (file)
@@ -1,5 +1,5 @@
 /* A more useful interface to strtol.
-   Copyright (C) 1995, 1996, 1998-2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1998-2001 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -86,11 +86,11 @@ long int strtol ();
 unsigned long int strtoul ();
 #endif
 
-#ifndef strtoimax
+#if !HAVE_DECL_STRTOIMAX
 intmax_t strtoimax ();
 #endif
 
-#ifndef strtoumax
+#if !HAVE_DECL_STRTOUMAX
 uintmax_t strtoumax ();
 #endif
 
This page took 0.022464 seconds and 4 git commands to generate.