bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: valloc is not detected during configuration


From: Paul Eggert
Subject: Re: valloc is not detected during configuration
Date: 28 Apr 2003 09:50:43 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Thanks for the bug report and patch.  I think I'll fix it a different
way, by using AC_CHECK_DECLS([valloc]) in configure.ac and altering
system.h to look like this instead:

#if ! defined valloc && ! HAVE_DECL_VALLOC
# define valloc(Size) malloc (Size)
#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]