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
commitff9e18a3c9c9b659fee0f2c65269a38a2d133bde (patch)
tree13a63ce73b940e9da1e373c18dccc231e13c40c9 /lib/xstrtol.h
parentcb0e9ba1b4f96efd5ca7649047d6aeb8edf01e6f (diff)
downloadgnulib-ff9e18a3c9c9b659fee0f2c65269a38a2d133bde.tar.gz
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 bebeca3b6f..fd0c97f632 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; \