Merge from gnulib.
* lib/alloca.in.h: New version from gnulib, incorporating: 2012-07-03 alloca: add support for HP NonStop TNS/E native
This commit is contained in:
parent
c7f2cd7fd6
commit
013aabf124
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib.
|
||||
* lib/alloca.in.h: New version from gnulib, incorporating:
|
||||
2012-07-03 alloca: add support for HP NonStop TNS/E native
|
||||
|
||||
2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* configure.in: If --enable-gcc-warnings, disable
|
||||
|
|
|
@ -44,6 +44,13 @@
|
|||
# define alloca _alloca
|
||||
# elif defined __DECC && defined __VMS
|
||||
# define alloca __ALLOCA
|
||||
# elif defined __TANDEM && defined _TNS_E_TARGET
|
||||
# ifdef __cplusplus
|
||||
extern "C"
|
||||
# endif
|
||||
void *_alloca (unsigned short);
|
||||
# pragma intrinsic (_alloca)
|
||||
# define alloca _alloca
|
||||
# else
|
||||
# include <stddef.h>
|
||||
# ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Reference in a new issue