#ifndef _INCLUDE_TLIB_MAIN_H_ #define _INCLUDE_TLIB_MAIN_H_ #include #include "broadcast.c" #include "java_string.c" #include "native-file-utils.c" #include "native-str-utils.c" #include "native-utils.c" #include "subtype.c" #include "tally-memory.c" #include "java_array_methods.c" #include "primitive_desc.c" #include "subtype-lib.c" #if BOUNDS_CHECKING int bounds_checking = 1; #else int bounds_checking = 0; #endif #endif