openbsd-ports/lang/gcc/4.0/patches/patch-gcc_tree_c
2005-04-03 15:40:19 +00:00

18 lines
801 B
Plaintext

$OpenBSD: patch-gcc_tree_c,v 1.2 2005/04/03 15:40:19 espie Exp $
--- gcc/tree.c.orig Wed Mar 16 15:29:02 2005
+++ gcc/tree.c Sun Apr 3 16:25:41 2005
@@ -5943,11 +5943,11 @@ build_common_builtin_nodes (void)
*q = TOLOWER (*p);
*q = '\0';
- built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", NULL);
+ built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", (void *)0);
local_define_builtin (built_in_names[mcode], ftype, mcode,
built_in_names[mcode], ECF_CONST | ECF_NOTHROW);
- built_in_names[dcode] = concat ("__div", mode_name_buf, "3", NULL);
+ built_in_names[dcode] = concat ("__div", mode_name_buf, "3", (void *)0);
local_define_builtin (built_in_names[dcode], ftype, dcode,
built_in_names[dcode], ECF_CONST | ECF_NOTHROW);
}