cf: Disable BROKEN_REALLOC workaround

This commit is contained in:
Nicolas Williams
2022-10-25 21:51:01 -05:00
parent 00b065bc80
commit 944c71020e

View File

@@ -19,9 +19,9 @@ int main(int argc, char **argv)
if test "$ac_cv_func_realloc_broken" = yes ; then
AC_DEFINE(BROKEN_REALLOC, 1, [Define if realloc(NULL) doesn't work.])
fi
AH_BOTTOM([#ifdef BROKEN_REALLOC
#ifndef realloc
#define realloc(X, Y) rk_realloc((X), (Y))
#endif
#endif])
dnl AH_BOTTOM([#ifdef BROKEN_REALLOC
dnl #ifndef realloc
dnl #define realloc(X, Y) rk_realloc((X), (Y))
dnl #endif
dnl #endif])
])