#ifndef DOJIT_H #define DOJIT_H #ifdef FORCE_BCODE static bool do_jit = false; #else static bool do_jit = true; #endif #endif /* DOJIT_H */