]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Include jit/jit-common.h instead of jit-internal.h to get the definitions of
authorKlaus Treichel <ktreichel@web.de>
Mon, 12 May 2008 14:02:07 +0000 (14:02 +0000)
committerKlaus Treichel <ktreichel@web.de>
Mon, 12 May 2008 14:02:07 +0000 (14:02 +0000)
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
jit/jit-apply-x86-64.h

index c3581e671f73b53589a3cd6916aafbc6f0bbd645..0ac080745de154f323d11b1ad4f439d5d35fd282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-12  Klaus Treichel  <ktreichel@web.de>
+
+       * 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  <ademakov@gmail.com>
 
        * jit/jit-rules-x86.ins: 
index bc1287919418baa651d7d1a638e3360adf23b50a..1a5305bff824f9829299e907f9888c692c2a1762 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef        _JIT_APPLY_X86_64_H
 #define        _JIT_APPLY_X86_64_H
 
-#include "jit-internal.h"
+#include <jit/jit-common.h>
 
 /*
  * Flag that a parameter is passed on the stack.