1 2 3 4 5 6 7 8 9 10
#ifndef DOJIT_H #define DOJIT_H #ifdef FORCE_BCODE static bool do_jit = false; #else static bool do_jit = true; #endif #endif /* DOJIT_H */