Skip to content
Snippets Groups Projects
Commit d099f132 authored by Ralph Giles's avatar Ralph Giles
Browse files

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.
parent 16901bfb
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment