aboutsummaryrefslogtreecommitdiff
path: root/src/trans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trans.c')
-rw-r--r--src/trans.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/trans.c b/src/trans.c
index 72f8dd2..e267a17 100644
--- a/src/trans.c
+++ b/src/trans.c
@@ -44,14 +44,14 @@ static int coud_source[NTRANS]; /* 0=coud, 1=corl, 2=cofb */
44static int cofb_source[NTRANS]; 44static int cofb_source[NTRANS];
45static int corl_source[NTRANS]; 45static int corl_source[NTRANS];
46 46
47static int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; 47int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8];
48static int eposs_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; 48int eposs_ttable[NTRANS][FACTORIAL12/FACTORIAL8];
49static int eposm_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; 49int eposm_ttable[NTRANS][FACTORIAL12/FACTORIAL8];
50static int eo_ttable[NTRANS][POW2TO11]; 50int eo_ttable[NTRANS][POW2TO11];
51static int cp_ttable[NTRANS][FACTORIAL8]; 51int cp_ttable[NTRANS][FACTORIAL8];
52static int co_ttable[NTRANS][POW3TO7]; 52int co_ttable[NTRANS][POW3TO7];
53static int cpos_ttable[NTRANS][FACTORIAL6]; 53int cpos_ttable[NTRANS][FACTORIAL6];
54static Move moves_ttable[NTRANS][NMOVES]; 54Move moves_ttable[NTRANS][NMOVES];
55 55
56/* Local functions implementation ********************************************/ 56/* Local functions implementation ********************************************/
57 57

Generated with cgit - Back to sebastiano.tronto.net