Commit 61e58b2d by Alan Mishchenko

Compiler error (duplicate typedef).

parent 501c3f0b
...@@ -90,7 +90,6 @@ typedef enum { ...@@ -90,7 +90,6 @@ typedef enum {
typedef struct Wlc_Ntk_t_ Wlc_Ntk_t; typedef struct Wlc_Ntk_t_ Wlc_Ntk_t;
typedef struct Wlc_Obj_t_ Wlc_Obj_t; typedef struct Wlc_Obj_t_ Wlc_Obj_t;
typedef struct Wlc_Prs_t_ Wlc_Prs_t;
struct Wlc_Obj_t_ // 16 bytes struct Wlc_Obj_t_ // 16 bytes
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment