summaryrefslogtreecommitdiffstats
path: root/src/misc/util/abc_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/util/abc_global.h')
-rw-r--r--src/misc/util/abc_global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/util/abc_global.h b/src/misc/util/abc_global.h
index d1a9b4d3..2217bb87 100644
--- a/src/misc/util/abc_global.h
+++ b/src/misc/util/abc_global.h
@@ -94,8 +94,6 @@
/// PARAMETERS ///
////////////////////////////////////////////////////////////////////////
-ABC_NAMESPACE_HEADER_START
-
////////////////////////////////////////////////////////////////////////
/// BASIC TYPES ///
////////////////////////////////////////////////////////////////////////
@@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START
#endif
+ABC_NAMESPACE_HEADER_START
+
/**
* Pointer difference type; replacement for ptrdiff_t.
* This is a signed integral type that is the same size as a pointer.