From fab46cb4660127ed73c0fc44e540814d8fe50c62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Sep 2002 06:48:28 +0000 Subject: (PRIdMAX, PRIuMAX): Remove definitions. Now they're defined through system.h. --- src/stat.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index aee551356..ebcec0f9d 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" -- cgit v1.2.3-54-g00ecf