aboutsummaryrefslogtreecommitdiff
path: root/src/moves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.c')
-rw-r--r--src/moves.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/moves.c b/src/moves.c
index 7c33db4..02880ca 100644
--- a/src/moves.c
+++ b/src/moves.c
@@ -138,17 +138,17 @@ static char equiv_alg_string[100][NMOVES] = {
138}; 138};
139 139
140/* Transition tables, to be loaded up at the beginning */ 140/* Transition tables, to be loaded up at the beginning */
141static int epose_mtable[NMOVES][FACTORIAL12/FACTORIAL8]; 141int epose_mtable[NMOVES][FACTORIAL12/FACTORIAL8];
142static int eposs_mtable[NMOVES][FACTORIAL12/FACTORIAL8]; 142int eposs_mtable[NMOVES][FACTORIAL12/FACTORIAL8];
143static int eposm_mtable[NMOVES][FACTORIAL12/FACTORIAL8]; 143int eposm_mtable[NMOVES][FACTORIAL12/FACTORIAL8];
144static int eofb_mtable[NMOVES][POW2TO11]; 144int eofb_mtable[NMOVES][POW2TO11];
145static int eorl_mtable[NMOVES][POW2TO11]; 145int eorl_mtable[NMOVES][POW2TO11];
146static int eoud_mtable[NMOVES][POW2TO11]; 146int eoud_mtable[NMOVES][POW2TO11];
147static int cp_mtable[NMOVES][FACTORIAL8]; 147int cp_mtable[NMOVES][FACTORIAL8];
148static int coud_mtable[NMOVES][POW3TO7]; 148int coud_mtable[NMOVES][POW3TO7];
149static int cofb_mtable[NMOVES][POW3TO7]; 149int cofb_mtable[NMOVES][POW3TO7];
150static int corl_mtable[NMOVES][POW3TO7]; 150int corl_mtable[NMOVES][POW3TO7];
151static int cpos_mtable[NMOVES][FACTORIAL6]; 151int cpos_mtable[NMOVES][FACTORIAL6];
152 152
153 153
154/* Local functions implementation ********************************************/ 154/* Local functions implementation ********************************************/

Generated with cgit - Back to sebastiano.tronto.net