From 47d5ab74c312567d17cd5df362d73d36f53eb0c2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 13 Feb 2016 14:04:10 -0800 Subject: rely on configure less --- gcc/machmode.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gcc/machmode.h') diff --git a/gcc/machmode.h b/gcc/machmode.h index 75a7d09..8d42416 100755 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -38,18 +38,6 @@ Boston, MA 02111-1307, USA. */ #endif -/* Provide a default way to print an address in hex via printf. */ - -#ifndef HOST_PTR_PRINTF -# ifdef HAVE_PRINTF_PTR -# define HOST_PTR_PRINTF "%p" -# else -# define HOST_PTR_PRINTF \ - (sizeof (int) == sizeof (char *) ? "%x" \ - : sizeof (long) == sizeof (char *) ? "%lx" : "%llx") -# endif -#endif /* ! HOST_PTR_PRINTF */ - /* Provide defaults for the way to print a HOST_WIDE_INT in various manners. */ -- cgit v1.2.3