]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cppbuiltin.c
bitmap.c, [...]: Add space between string literal and macro name.
[thirdparty/gcc.git] / gcc / cppbuiltin.c
index aae6217cef9f6d4cfec2b7b126a82452e3a52632..d9e9ab4003090d8d352d2a68d1115f02d9a40430 100644 (file)
@@ -143,7 +143,7 @@ static void
 define_builtin_macros_for_type_sizes (cpp_reader *pfile)
 {
 #define define_type_sizeof(NAME, TYPE)                             \
-    cpp_define_formatted (pfile, NAME"="HOST_WIDE_INT_PRINT_DEC,   \
+    cpp_define_formatted (pfile, NAME"=" HOST_WIDE_INT_PRINT_DEC,   \
                           tree_to_uhwi (TYPE_SIZE_UNIT (TYPE)))
 
   define_type_sizeof ("__SIZEOF_INT__", integer_type_node);