Corrected comment

This commit is contained in:
AnnaSnoeijs 2025-06-14 22:12:57 +02:00
parent b50a6f3486
commit e4c5cc3a46

View file

@ -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;