> * Bruno Haible <oe...@pyvfc.bet> [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