summaryrefslogtreecommitdiffstats
path: root/src/phys/place/place_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phys/place/place_io.c')
-rw-r--r--src/phys/place/place_io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/phys/place/place_io.c b/src/phys/place/place_io.c
index 8e24ef4a..16ad5339 100644
--- a/src/phys/place/place_io.c
+++ b/src/phys/place/place_io.c
@@ -15,6 +15,9 @@
#include "place_base.h"
+ABC_NAMESPACE_IMPL_START
+
+
// --------------------------------------------------------------------
// writeBookshelfNodes()
@@ -92,3 +95,5 @@ void writeBookshelf(const char *filename) {
writeBookshelfNodes("out.nodes");
writeBookshelfPl("out.pl");
}
+ABC_NAMESPACE_IMPL_END
+