X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=13d80dd9b4c8d97923a8bff7cddb3731ffcc93b6;hb=3a26f6a2c6ec11b42f02aa8040fe56f4637cb5a5;hp=4d32288ce2982e8038929ddf1edf0a98731964b2;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index 4d32288ce..13d80dd9b 100644 --- a/modules/alloca +++ b/modules/alloca @@ -1,46 +1,21 @@ Description: +Memory allocation on the stack. Files: lib/alloca.c -m4/alloca.m4 Depends-on: -xalloc +alloca-opt configure.ac: -gl_FUNC_ALLOCA Makefile.am: Include: -#ifdef __GNUC__ -# ifndef alloca -# define alloca __builtin_alloca -# endif -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if HAVE_ALLOCA_H -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifdef __hpux /* This section must match that of bison generated files. */ -# ifdef __cplusplus -extern "C" void *alloca (unsigned int); -# else /* not __cplusplus */ -void *alloca (); -# endif /* not __cplusplus */ -# else /* not __hpux */ -# ifndef alloca -char *alloca (); -# endif -# endif /* __hpux */ -# endif -# endif -# endif -#endif + +License: +public domain + +Maintainer: +bug-gnulib@gnu.org