#ifndef BOUNDS_CHECKING #define BOUNDS_CHECKING 1 #endif #if !BOUNDS_CHECKING /* turn off region safety checks when bounds checking is off */ #define NOMEMCHECKS 1 #endif /* things related to inlining */ #include "runtime-options-inl.h" /* things related to variable-size stack arrays */ #include "runtime-options-var.h"