summaryrefslogtreecommitdiff
path: root/lib/include/wolff/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/wolff/types.h')
-rw-r--r--lib/include/wolff/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/wolff/types.h b/lib/include/wolff/types.h
index 68bd09e..1bc8c4d 100644
--- a/lib/include/wolff/types.h
+++ b/lib/include/wolff/types.h
@@ -8,7 +8,7 @@ typedef uint_fast16_t L_t; // linear size
typedef uint_fast64_t N_t; // cycle iterator
#define MAX_v UINT_FAST32_MAX
-#define MAX_Q UINT_FAST8_MAX
+#define MAX_q UINT_FAST8_MAX
#define MAX_D UINT_FAST8_MAX
#define MAX_L UINT_FAST16_MAX
#define MAX_N UINT_FAST64_MAX