diff options
Diffstat (limited to 'src/phys')
-rw-r--r-- | src/phys/place/libhmetis.h | 4 | ||||
-rw-r--r-- | src/phys/place/place_base.h | 4 | ||||
-rw-r--r-- | src/phys/place/place_gordian.h | 2 | ||||
-rw-r--r-- | src/phys/place/place_qpsolver.h | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/phys/place/libhmetis.h b/src/phys/place/libhmetis.h index 277299b8..e6251325 100644 --- a/src/phys/place/libhmetis.h +++ b/src/phys/place/libhmetis.h @@ -1,7 +1,7 @@ // A. Hurst ahurst@eecs.berkeley.edu -#ifndef LIBHMETIS_H_ -#define LIBHMETIS_H_ +#ifndef ABC__phys__place__libhmetis_h +#define ABC__phys__place__libhmetis_h ABC_NAMESPACE_HEADER_START diff --git a/src/phys/place/place_base.h b/src/phys/place/place_base.h index ed15ef22..cbad1922 100644 --- a/src/phys/place/place_base.h +++ b/src/phys/place/place_base.h @@ -8,7 +8,7 @@ /*===================================================================*/ #if !defined(PLACE_BASE_H_) -#define PLACE_BASE_H_ +#define ABC__phys__place__place_base_h ABC_NAMESPACE_HEADER_START @@ -21,7 +21,7 @@ ABC_NAMESPACE_HEADER_START // --- a C++ bool-like type //typedef char bool; -#ifndef bool +#ifndef ABC__phys__place__place_base_h #define bool int #endif diff --git a/src/phys/place/place_gordian.h b/src/phys/place/place_gordian.h index 6be6d907..a959ae50 100644 --- a/src/phys/place/place_gordian.h +++ b/src/phys/place/place_gordian.h @@ -8,7 +8,7 @@ /*===================================================================*/ #if !defined(PLACE_GORDIAN_H_) -#define PLACE_GORDIAN_H_ +#define ABC__phys__place__place_gordian_h #include "place_base.h" diff --git a/src/phys/place/place_qpsolver.h b/src/phys/place/place_qpsolver.h index f859a6ff..9ddf6447 100644 --- a/src/phys/place/place_qpsolver.h +++ b/src/phys/place/place_qpsolver.h @@ -8,7 +8,7 @@ /*===================================================================*/ #if !defined(_QPS_H) -#define _QPS_H +#define ABC__phys__place__place_qpsolver_h #include <stdio.h> |