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 identifies it self as:
HP C V7.1-015 on OpenVMS Alpha V8.3
Thanks for these infos. I'm updating the ChangeLog entry, for reference:
2008-03-03 John E. Malmberg <[EMAIL PROTECTED]> (tiny change)
Bruno Haible <[EMAIL PROTECTED]>
Add support for HP C 7.1 on OpenVMS 8.3.
* lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
I just tested your version and it works for me.
-John