diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:25:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:26:53 -0700 |
commit | 1f7302563ae03e20e0a2f90a950c164f8bc17941 (patch) | |
tree | 28806818138913e060af655464eecd7f60d68f75 /lib/alloca.in.h | |
parent | 886b9ed80c88b8f729ea9760f904b8c0ef63664f (diff) | |
download | emacs-1f7302563ae03e20e0a2f90a950c164f8bc17941.tar.gz emacs-1f7302563ae03e20e0a2f90a950c164f8bc17941.tar.bz2 emacs-1f7302563ae03e20e0a2f90a950c164f8bc17941.zip |
Update from gnulib
This incorporates:
2016-08-17 maint: preprocessor changes to support z/OS
2016-08-17 string: rename to avoid '__string'
* doc/misc/texinfo.tex, lib/alloca.in.h, lib/string.in.h:
Copy from gnulib.
Diffstat (limited to 'lib/alloca.in.h')
-rw-r--r-- | lib/alloca.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/alloca.in.h b/lib/alloca.in.h index d457ebb4761..6a25ecdb7b7 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -51,6 +51,8 @@ extern "C" void *_alloca (unsigned short); # pragma intrinsic (_alloca) # define alloca _alloca +# elif defined __MVS__ +# include <stdlib.h> # else # include <stddef.h> # ifdef __cplusplus |