summaryrefslogtreecommitdiff
path: root/gcc/machmode.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-13 14:04:10 -0800
committerYamaArashi <shadow962@live.com>2016-02-13 14:04:10 -0800
commit47d5ab74c312567d17cd5df362d73d36f53eb0c2 (patch)
tree8d5fab1cade86a10154b874da6786121e35caa8d /gcc/machmode.h
parent87926b4bcc3046ac85fabda09178e9bf50dd8381 (diff)
rely on configure less
Diffstat (limited to 'gcc/machmode.h')
-rwxr-xr-xgcc/machmode.h12
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. */