diff options
author | YamaArashi <shadow962@live.com> | 2016-02-13 14:04:10 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-13 14:04:10 -0800 |
commit | 47d5ab74c312567d17cd5df362d73d36f53eb0c2 (patch) | |
tree | 8d5fab1cade86a10154b874da6786121e35caa8d /gcc/machmode.h | |
parent | 87926b4bcc3046ac85fabda09178e9bf50dd8381 (diff) |
rely on configure less
Diffstat (limited to 'gcc/machmode.h')
-rwxr-xr-x | gcc/machmode.h | 12 |
1 files changed, 0 insertions, 12 deletions
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. */ |