summaryrefslogtreecommitdiffstats
path: root/src/phys/place/place_base.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-01-21 04:30:10 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-01-21 04:30:10 -0800
commit8014f25f6db719fa62336f997963532a14c568f6 (patch)
treec691ee91a3a2d452a2bd24ac89a8c717beaa7af7 /src/phys/place/place_base.h
parentc44cc5de9429e6b4f1c05045fcf43c9cb96437b5 (diff)
downloadabc-8014f25f6db719fa62336f997963532a14c568f6.tar.gz
abc-8014f25f6db719fa62336f997963532a14c568f6.tar.bz2
abc-8014f25f6db719fa62336f997963532a14c568f6.zip
Major restructuring of the code.
Diffstat (limited to 'src/phys/place/place_base.h')
-rw-r--r--src/phys/place/place_base.h4
1 files changed, 2 insertions, 2 deletions
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