$OpenBSD: patch-gcc_cp_call_c,v 1.8 2006/01/09 15:31:47 espie Exp $
--- gcc/cp/call.c.orig	Thu Nov  3 02:30:53 2005
+++ gcc/cp/call.c	Mon Jan  9 13:36:27 2006
@@ -5193,7 +5193,7 @@ name_as_c_string (tree name, tree type, 
 	  || name == base_dtor_identifier
 	  || name == deleting_dtor_identifier)
 	{
-	  pretty_name = concat ("~", pretty_name, NULL);
+	  pretty_name = concat ("~", pretty_name, (void *)0);
 	  /* Remember that we need to free the memory allocated.  */
 	  *free_p = true;
 	}
@@ -5203,7 +5203,7 @@ name_as_c_string (tree name, tree type, 
       pretty_name = concat ("operator ",
 			    type_as_string (TREE_TYPE (name),
 					    TFF_PLAIN_IDENTIFIER),
-			    NULL);
+			    (void *)0);
       /* Remember that we need to free the memory allocated.  */
       *free_p = true;
     }
