Hi, The bison doc says "On some non-GNU hosts, `<alloca.h>', `<stddef.h>', and `<stdlib.h>' are included as needed ..." But <stdlib.h> is also included on GNU systems by default, as you can see by doing "gcc -E" on a bison generated file.
Suggested fix: Remove "On some non-GNU hosts". Bruno
