From: Klaus Treichel Date: Mon, 12 May 2008 14:02:07 +0000 (+0000) Subject: Include jit/jit-common.h instead of jit-internal.h to get the definitions of X-Git-Tag: before.move.to.git~77 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ab21ceb92ba7000f78d2465d34e150bda07541cf;p=francis%2Flibjit.git Include jit/jit-common.h instead of jit-internal.h to get the definitions of the libjit types because this file might be included at a time where jit-apply-rules.h is not yet present. (it's used by tools/gen-apply.c) --- diff --git a/ChangeLog b/ChangeLog index c3581e6..0ac0807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-12 Klaus Treichel + + * jit/jit-apply-x86-64.h: Include jit/jit-common.h instead of + jit-internal.h to get the definition of the libjit types. + 2008-05-08 Aleksey Demakov * jit/jit-rules-x86.ins: diff --git a/jit/jit-apply-x86-64.h b/jit/jit-apply-x86-64.h index bc12879..1a5305b 100644 --- a/jit/jit-apply-x86-64.h +++ b/jit/jit-apply-x86-64.h @@ -23,7 +23,7 @@ #ifndef _JIT_APPLY_X86_64_H #define _JIT_APPLY_X86_64_H -#include "jit-internal.h" +#include /* * Flag that a parameter is passed on the stack.