diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-07-10 21:13:45 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-07-10 21:13:45 +0000 |
commit | 0816ffb03a72a6780d46463922b1a89a0288131c (patch) | |
tree | b8b0775154021acf392e6c4b005be58c4d37be6f /devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c | |
parent | ace857d9b02aee8510cb372a79b33de9d10cdea8 (diff) |
Notes
Diffstat (limited to 'devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c')
-rw-r--r-- | devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c b/devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c new file mode 100644 index 000000000000..74137431996c --- /dev/null +++ b/devel/mingw32-gcc/files/patch-gcc_cppbuiltin.c @@ -0,0 +1,11 @@ +--- gcc/cppbuiltin.c.orig 2013-01-10 20:38:27 UTC ++++ gcc/cppbuiltin.c +@@ -127,7 +127,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_low_cst (TYPE_SIZE_UNIT (TYPE), 1)) + + define_type_sizeof ("__SIZEOF_INT__", integer_type_node); |