aboutsummaryrefslogtreecommitdiff
path: root/src/_constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/_constants.c')
-rw-r--r--src/_constants.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_constants.c b/src/_constants.c
index 3121e3b..0070990 100644
--- a/src/_constants.c
+++ b/src/_constants.c
@@ -32,7 +32,7 @@
32#define _eflip 0x10U 32#define _eflip 0x10U
33#define _error 0xFFU 33#define _error 0xFFU
34 34
35move_t inverse_move[] = { 35static move_t inverse_move_arr[] = {
36 [U] = U3, 36 [U] = U3,
37 [U2] = U2, 37 [U2] = U2,
38 [U3] = U, 38 [U3] = U,
@@ -53,7 +53,7 @@ move_t inverse_move[] = {
53 [B3] = B, 53 [B3] = B,
54}; 54};
55 55
56trans_t inverse_trans[] = { 56static trans_t inverse_trans_arr[] = {
57 [UFr] = UFr, 57 [UFr] = UFr,
58 [ULr] = URr, 58 [ULr] = URr,
59 [UBr] = UBr, 59 [UBr] = UBr,

Generated with cgit - Back to sebastiano.tronto.net