summaryrefslogtreecommitdiff
path: root/lib/xstrtol.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-03-21 01:43:35 +0000
committerJim Meyering <jim@meyering.net>1995-03-21 01:43:35 +0000
commitc70ee3bf4adbc79d4e7dd99b8e7fc282079fbcfd (patch)
tree575c672eb30e4822c650706d4a7a04080e07cd1a /lib/xstrtol.h
parent429a8df30ab685c55afdccff38aaf7bb4d91cb3c (diff)
downloadcoreutils-c70ee3bf4adbc79d4e7dd99b8e7fc282079fbcfd.tar.xz
merge with 1.11.d
Diffstat (limited to 'lib/xstrtol.h')
-rw-r--r--lib/xstrtol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index bebeca3b6..fd0c97f63 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -49,6 +49,7 @@ strtol_error
break; \
\
case LONGINT_OVERFLOW: \
+ /* FIXME: make this message dependent on STRING_TO_UNSIGNED */\
error ((exit_code), 0, "%s `%s' larger than maximum long int",\
(argument_type_string), (str)); \
break; \