summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-07-04 16:11:23 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-07-04 16:11:23 +0200
commitf159bef6c3d4e170929a216ded5496154c46e3c2 (patch)
treec4ef640312db0fd758999db42fa7f2ade97c707b
parent163af36fee3bdc3fe0e8ce629cba333cb2cff199 (diff)
downloadabc-f159bef6c3d4e170929a216ded5496154c46e3c2.tar.gz
abc-f159bef6c3d4e170929a216ded5496154c46e3c2.tar.bz2
abc-f159bef6c3d4e170929a216ded5496154c46e3c2.zip
Prevent types from stdint to be defined under abc namespace
-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.