JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > In interpreter.c a call to build_asm is protected by > #ifdef JIT_CAPABLE. > When compiling with --jitcapable=0 JIT_CAPABLE is defined to 0. So the > #ifdef will be true. Changing this into #if gets it back to compile
Thanks, applied. > As far as I can tell there is no design desicion yet wether to use > defined/undefined or 0/1 for variables like this. Yep. leo