Corrected comment
This commit is contained in:
parent
b50a6f3486
commit
e4c5cc3a46
1 changed files with 1 additions and 1 deletions
2
types.h
2
types.h
|
|
@ -5,7 +5,7 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
// Only use big ints on architectures where it doesn't impact speed
|
// Use fastest available ints unless it's 64 bits because that uses more memory
|
||||||
#if INT_FAST16_MAX == INT_FAST64_MAX
|
#if INT_FAST16_MAX == INT_FAST64_MAX
|
||||||
typedef int rowsint_t;
|
typedef int rowsint_t;
|
||||||
typedef unsigned columnsint_t;
|
typedef unsigned columnsint_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue