]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/c-aux-info.c
bitmap.c, [...]: Add space between string literal and macro name.
[thirdparty/gcc.git] / gcc / c / c-aux-info.c
index fcefcae2fd55baddc3a4a6bb18d0840c0a1b7dff..d80418e0b2dace1e535c1c345a7179a387309ca9 100644 (file)
@@ -319,7 +319,7 @@ gen_type (const char *ret_val, tree t, formals_style style)
          else
            {
              char buff[23];
-             sprintf (buff, "["HOST_WIDE_INT_PRINT_DEC"]",
+             sprintf (buff, "[" HOST_WIDE_INT_PRINT_DEC"]",
                       int_size_in_bytes (t)
                       / int_size_in_bytes (TREE_TYPE (t)));
              ret_val = gen_type (concat (ret_val, buff, NULL),