From 08b12f2c6ed9f5cfe9bcb1d3a698d30f1389e583 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 8 Dec 2012 11:53:56 -0800 Subject: [PATCH] Fix multiple typedefs --- orc/orccode.h | 1 + orc/orccompiler.h | 1 - orc/orcconstant.h | 1 - orc/orcinstruction.h | 2 -- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/orc/orccode.h b/orc/orccode.h index 08775e0..45441ce 100644 --- a/orc/orccode.h +++ b/orc/orccode.h @@ -5,6 +5,7 @@ #include #include #include +#include ORC_BEGIN_DECLS diff --git a/orc/orccompiler.h b/orc/orccompiler.h index 73df995..a3cdbcd 100644 --- a/orc/orccompiler.h +++ b/orc/orccompiler.h @@ -13,7 +13,6 @@ ORC_BEGIN_DECLS -typedef struct _OrcCompiler OrcCompiler; typedef struct _OrcFixup OrcFixup; diff --git a/orc/orcconstant.h b/orc/orcconstant.h index adfc2d8..28fb4ec 100644 --- a/orc/orcconstant.h +++ b/orc/orcconstant.h @@ -7,7 +7,6 @@ ORC_BEGIN_DECLS -typedef struct _OrcConstant OrcConstant; enum { ORC_CONST_ZERO, diff --git a/orc/orcinstruction.h b/orc/orcinstruction.h index 5af4ea6..168ab0f 100644 --- a/orc/orcinstruction.h +++ b/orc/orcinstruction.h @@ -9,8 +9,6 @@ ORC_BEGIN_DECLS -typedef struct _OrcInstruction OrcInstruction; - /** * OrcInstruction: * -- 2.7.4