Use alloca() for dynamic storage in the draft makefile.

This function is available on any modern linux and msvc. So while
not strictly part of C89, it's a much better default than the
non-thread-safe global pseudo stack.
1 file changed