From: Richard Kenner Date: Fri, 10 Mar 1995 01:40:49 +0000 (-0500) Subject: (print_node): Fix typo in printing large INTEGER_CST. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fcf10c01f414c9d40d41e783caad3cba9fd7b05;p=gcc.git (print_node): Fix typo in printing large INTEGER_CST. From-SVN: r9146 --- diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 2b002af44fa..396c3e22179 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -637,8 +637,7 @@ print_node (file, prefix, node, indent) #endif -TREE_INT_CST_LOW (node)); else - fprintf (file, "%c", 'l'); - fprintf (file, + fprintf (file, #if HOST_BITS_PER_WIDE_INT == 64 #if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT " 0x%lx%016lx",