From ab21ceb92ba7000f78d2465d34e150bda07541cf Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Mon, 12 May 2008 14:02:07 +0000 Subject: [PATCH] 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) --- ChangeLog | 5 +++++ jit/jit-apply-x86-64.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.47.3