From: Jim Meyering Date: Sun, 22 Sep 2002 06:48:28 +0000 (+0000) Subject: (PRIdMAX, PRIuMAX): Remove definitions. X-Git-Tag: v4.5.2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab46cb4660127ed73c0fc44e540814d8fe50c62;p=thirdparty%2Fcoreutils.git (PRIdMAX, PRIuMAX): Remove definitions. Now they're defined through system.h. --- diff --git a/src/stat.c b/src/stat.c index aee5513568..ebcec0f9d9 100644 --- a/src/stat.c +++ b/src/stat.c @@ -46,22 +46,6 @@ #include #include -#if ! defined PRIdMAX -# if HAVE_LONG_LONG -# define PRIdMAX "lld" -# else -# define PRIdMAX "ld" -# endif -#endif - -#if ! defined PRIuMAX -# if HAVE_LONG_LONG -# define PRIuMAX "llu" -# else -# define PRIuMAX "lu" -# endif -#endif - #include "system.h" #include "closeout.h"