From 7bb764bcb177f580e9f676680423ed3ddb13d8e7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 22 Feb 2012 21:04:27 +0000 Subject: Prefer C99 names for long long limit macros. --- manual/arith.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/arith.texi') diff --git a/manual/arith.texi b/manual/arith.texi index e160438938..e59da41c4b 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -2131,7 +2131,7 @@ larger range. If the string has valid syntax for an integer but the value is not representable because of overflow, @code{strtoll} returns either -@code{LONG_LONG_MAX} or @code{LONG_LONG_MIN} (@pxref{Range of Type}), as +@code{LLONG_MAX} or @code{LLONG_MIN} (@pxref{Range of Type}), as appropriate for the sign of the value. It also sets @code{errno} to @code{ERANGE} to indicate there was overflow. -- cgit 1.4.1