summaryrefslogtreecommitdiff
path: root/zap/include-priv
diff options
context:
space:
mode:
Diffstat (limited to 'zap/include-priv')
-rw-r--r--zap/include-priv/zap/priv.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/zap/include-priv/zap/priv.h b/zap/include-priv/zap/priv.h
index 24718bb..8ebbd39 100644
--- a/zap/include-priv/zap/priv.h
+++ b/zap/include-priv/zap/priv.h
@@ -4,16 +4,15 @@
If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
-#if !defined(zap_hdr_priv)
-#define zap_hdr_priv
+#if !defined(zap_priv_hdr_priv)
+#define zap_priv_hdr_priv
#include <zap/base.h>
-#include <stddef.h>
-#include <stdint.h>
-
#if (defined(sus_comp_gnu) || defined(sus_comp_llvm)) && defined(sus_os_unix) && !defined(zap_priv_noasm) && (defined(sus_arch_amd64) || defined(sus_arch_ia32))
-#define zap_priv_fastimpl
+#define zap_priv_fastimpl (0x1u)
+#else
+#define zap_priv_fastimpl (0x0u)
#endif
#endif