From 8b3c8d5c7589218be5a3437e77cf90772f131f29 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 22 Aug 1999 17:10:20 +0000 Subject: [PATCH] fix comment --- snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snprintf.c b/snprintf.c index aaeb34874..2f23508ec 100644 --- a/snprintf.c +++ b/snprintf.c @@ -263,7 +263,7 @@ __uqtoa(val, endp, base, octzero, xdigs) } return (cp); } -#endif /* !(UQUAD_MAX == ULONG_MAX) */ +# endif /* !LONG_IS_QUAD */ #endif /* HAVE_LONG_LONG */ /* -- 2.40.0