X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=jit.h;h=aa52b03c7ca696f7e342d7263c52ec53ae12afbb;hb=f730b8c3c57cd8f7da6aa8e5d3de85b51f7d4362;hp=236b0bdbed96977aec998668677384cf5f7c41ab;hpb=ecf0b3503dc53932fd1f91fd6370208c30028bc8;p=cacao.git diff --git a/jit.h b/jit.h index 236b0bdbe..aa52b03c7 100644 --- a/jit.h +++ b/jit.h @@ -13,6 +13,9 @@ *******************************************************************************/ +#ifndef __jit__ +#define __jit__ + /* compiler switches (set by main function) ***********************************/ extern bool runverbose; /* trace all method invocation */ @@ -92,6 +95,7 @@ u1 *createnativestub (functionptr f, methodinfo *m); void removecompilerstub (u1 *stub); void removenativestub (u1 *stub); +#endif /* * These are local overrides for various environment variables in Emacs.