We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22cc4 commit bfea515Copy full SHA for bfea515
ext/json/ext/vendor/jeaiii-ltoa.h
@@ -81,9 +81,9 @@ static struct pair digits_fd[100] = {
81
82
#undef NUL
83
84
-static u64_t mask24 = (u64(1) << 24) - 1;
85
-static u64_t mask32 = (u64(1) << 32) - 1;
86
-static u64_t mask57 = (u64(1) << 57) - 1;
+static const u64_t mask24 = (u64(1) << 24) - 1;
+static const u64_t mask32 = (u64(1) << 32) - 1;
+static const u64_t mask57 = (u64(1) << 57) - 1;
87
88
static
89
char* to_text_from_ulong(char* b, u64_t n)
0 commit comments