...
This commit is contained in:
parent
2973f33959
commit
abb05f4883
@ -18,7 +18,7 @@
|
||||
extern PyTypeObject Screen_Type;
|
||||
|
||||
// utils {{{
|
||||
const static uint64_t pow_10_array[] = {
|
||||
static const uint64_t pow_10_array[] = {
|
||||
1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user