From: David Schleef Date: Sat, 8 Dec 2012 19:53:56 +0000 (-0800) Subject: Fix multiple typedefs X-Git-Tag: orc-0.4.17~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08b12f2c6ed9f5cfe9bcb1d3a698d30f1389e583;p=platform%2Fupstream%2Forc.git Fix multiple typedefs --- 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: *