From 30edd7da2fef316577fb26f12c29ac87c32552d9 Mon Sep 17 00:00:00 2001
From: Jesse Vincent
Date: Fri, 2 Jun 2017 13:27:27 -0700
Subject: [PATCH] 64 bit portability is a non-goal
---
doc/CODING_STYLE.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/CODING_STYLE.html b/doc/CODING_STYLE.html
index 979e4a6a..6d3117de 100644
--- a/doc/CODING_STYLE.html
+++ b/doc/CODING_STYLE.html
@@ -2933,6 +2933,7 @@ type.
+
64-bit Portability
@@ -3081,7 +3082,7 @@ uint64_t my_mask = 3ULL << 48;
-
+
Preprocessor Macros