Ticket #1105: nolibjit_ifdef_fix.patch

File nolibjit_ifdef_fix.patch, 0.8 KB (added by plobsing, 12 years ago)
  • config/gen/libjit/frame_builder_libjit_c.in

     
    1313#include "frame_builder.h" 
    1414#include "frame_builder_libjit.h" 
    1515 
    16 #if PARROT_HAS_LIBJIT 
     16#ifdef PARROT_HAS_LIBJIT 
    1717 
    1818/* 
    1919 
  • config/gen/libjit/frame_builder_libjit_h.in

     
    1717#include "parrot/parrot.h" 
    1818#include "frame_builder.h" 
    1919 
    20 #if PARROT_HAS_LIBJIT 
     20#ifdef PARROT_HAS_LIBJIT 
    2121 
    2222#include <jit/jit.h> 
    2323