Re: alloca on VMS

2008-03-03 Thread John E. Malmberg
Bruno Haible wrote: John E. Malmberg wrote: All versions of the above C compilers define the __DECC and __VMS macros. ... The __ALLOCA is a compiler built in, so it is specific to the compiler and not to the version of the operating system. ... I am doing the build with the compiler that iden

Re: alloca on VMS

2008-03-03 Thread Bruno Haible
John E. Malmberg wrote: > All versions of the above C compilers define the __DECC and __VMS macros. > ... > The __ALLOCA is a compiler built in, so it is specific to the compiler > and not to the version of the operating system. > ... > I am doing the build with the compiler that identifies it sel

Re: alloca on VMS

2008-03-03 Thread John E. Malmberg
Bruno Haible wrote: John E. Malmberg wrote: In lib/alloca.in.h : VMS needs a definition for the built-in __ALLOCA when using the DECC compiler. I committed your change with modifications: - This definition was at the wrong place. You put it in the middle of a declaration. - The style in t

Re: alloca on VMS

2008-03-03 Thread Bruno Haible
John E. Malmberg wrote: > In lib/alloca.in.h : > > VMS needs a definition for the built-in __ALLOCA when using the DECC > compiler. > --- /src_root/tar-1.19/lib/alloca.in.h Wed Oct 3 12:11:13 2007 > +++ lib/alloca.in.h Sun Mar 2 23:07:07 2008 > @@ -47,7 +47,11 @@ > # ifdef __cplusplus