openbsd-ports/lang/gcc/4.1/patches/patch-gcc_tree-nested_c

13 lines
428 B
Plaintext
Raw Normal View History

2005-03-07 11:30:06 -05:00
$OpenBSD: patch-gcc_tree-nested_c,v 1.2 2005/03/07 16:30:06 espie Exp $
--- gcc/tree-nested.c.orig Sat Dec 18 19:59:04 2004
+++ gcc/tree-nested.c Mon Jan 3 15:47:20 2005
@@ -200,7 +200,7 @@ get_frame_type (struct nesting_info *inf
name = concat ("FRAME.",
IDENTIFIER_POINTER (DECL_NAME (info->context)),
- NULL);
+ (void *)0);
TYPE_NAME (type) = get_identifier (name);
free (name);