bug-gnulib
[Top][All Lists]
Advanced

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

Re: alloca-opt


From: Sam Steingold
Subject: Re: alloca-opt
Date: Tue, 17 May 2011 11:41:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> * Bruno Haible <address@hidden> [2011-05-17 01:00:57 +0200]:
>
> 3) Finally there is also documentation:
> <http://www.gnu.org/software/gnulib/manual/html_node/alloca_002dopt.html>

so, I guess, I will be using this:

#include <alloca.h>
#if HAVE_ALLOCA
  /* Yay! */
#elif defined(MICROSOFT)
  #include <malloc.h>
  #define alloca _alloca
#endif

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 
11.0.60900031
http://truepeace.org http://ffii.org http://www.PetitionOnline.com/tap12009/
http://palestinefacts.org http://jihadwatch.org http://thereligionofpeace.com
Feynman: 'Philosophy of science is as useful to scientists as ornithology is to 
birds'



reply via email to

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