/* ** Doesn't do anything, just keep the linker happy. ** ** Should you ever see the warning message you might want to try ** compiling parser.c with -DYYINITDEPTH=400 */ #include void *alloca() { printf("ALLOCA is not supported on OpenVMS\n"); printf("ALLOCA is called from parser.c in libIDL code\n"); printf("See comments in that code for possible solution\n"); return 0; }