corda/include/avian
Joel Dice f04f444f23 modify (THREAD_)RUNTIME_ARRAY definition so RUNTIME_ARRAY_BODY must be used
Previously, if you forgot to use RUNTIME_ARRAY_BODY to reference an
array declared with (THREAD_)RUNTIME_ARRAY, you wouldn't get a
compiler error until you tried to build on e.g. MSVC, where
runtime-sized stack arrays aren't supported.  This change ensures you
find out regardless of what compiler you're using, which ought to
protect us from regressions going forward.
2013-02-20 17:20:17 -07:00
..
tools/object-writer move binary-to-object to new tree structure 2013-02-19 20:23:11 -07:00
util modify (THREAD_)RUNTIME_ARRAY definition so RUNTIME_ARRAY_BODY must be used 2013-02-20 17:20:17 -07:00
vm move heap.h to include 2013-02-20 10:23:20 -07:00