]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/sig.c
83rd Cygnus<->FSF merge
[gcc.git] / gcc / cp / sig.c
index 27d4e2ec71a00677aee4e90f4b0cc7758343b231..de687e02a58b2116032e308299a82815ca43b0cb 100644 (file)
@@ -534,7 +534,7 @@ build_signature_table_constructor (sig_ty, rhs)
            {
              error ("class `%s' does not contain a method conforming to `%s'",
                     TYPE_NAME_STRING (rhstype),
-                    fndecl_as_string (NULL, sig_method, 1));
+                    fndecl_as_string (sig_method, 1));
              undo_casts (sig_ty);
              return error_mark_node;
            }
@@ -1000,7 +1000,7 @@ build_signature_method_call (basetype, instance, function, parms)
          && (!deflt_call || deflt_call == error_mark_node)))
     {
       compiler_error ("cannot build call of signature member function `%s'",
-                     fndecl_as_string (NULL, function, 1));
+                     fndecl_as_string (function, 1));
       return error_mark_node;
     }
 
This page took 0.031274 seconds and 5 git commands to generate.