]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/cp-demangle.c
* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
[thirdparty/gcc.git] / libiberty / cp-demangle.c
index b54cbe2bc316b6c7c69898ad3a30712849c51e03..16871abaad35f12126211d3d7c74cae39e9e6fba 100644 (file)
@@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
          free (di.comps);
        if (di.subs != NULL)
          free (di.subs);
-       *palc = 1;
-       return NULL;
+       return 0;
       }
 #endif