* mips.h: Correct comment typo.
[binutils-gdb.git] / libiberty / dyn-string.c
index c41d7ccac3e6ec9905ecf24b18709c49d74536c9..1da76c2110daa3e0419319636b9f4fe1e1d4e98e 100644 (file)
@@ -50,7 +50,7 @@ Boston, MA 02111-1307, USA.  */
    abort if an allocation fails.  Instead, percolate an error code up
    through the call chain.  */
 
-#ifdef IN_LIBGCC2
+#if defined(IN_LIBGCC2) || defined(IN_GLIBCPP_V3)
 #define RETURN_ON_ALLOCATION_FAILURE
 #endif