Skip to content

Commit 52741b9

Browse files
committed
Adjusting guards to avoid compiler problems.
1 parent 2accf61 commit 52741b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/opt/ufar/UfarMgr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
#include "misc/util/abc_namespaces.h"
2121

22+
ABC_NAMESPACE_CXX_HEADER_START
23+
2224
typedef struct Wlc_Ntk_t_ Wlc_Ntk_t;
2325
typedef struct Abc_Cex_t_ Abc_Cex_t;
2426
typedef struct Gia_Man_t_ Gia_Man_t;
2527

26-
ABC_NAMESPACE_CXX_HEADER_START
27-
2828
namespace UFAR {
2929

3030
using VecVecInt = std::vector<std::vector<int> >;

src/opt/untk/Netlist.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
#include "misc/util/abc_namespaces.h"
1111

12-
typedef struct Wlc_Ntk_t_ Wlc_Ntk_t;
13-
1412
ABC_NAMESPACE_CXX_HEADER_START
1513

14+
typedef struct Wlc_Ntk_t_ Wlc_Ntk_t;
15+
1616
namespace UFAR {
1717

1818
class WNetlist {

0 commit comments

Comments
 (0)