diff options
Diffstat (limited to 'src/trans.c')
| -rw-r--r-- | src/trans.c | 16 |
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 */ | |||
| 44 | static int cofb_source[NTRANS]; | 44 | static int cofb_source[NTRANS]; |
| 45 | static int corl_source[NTRANS]; | 45 | static int corl_source[NTRANS]; |
| 46 | 46 | ||
| 47 | static int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; | 47 | int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; |
| 48 | static int eposs_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; | 48 | int eposs_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; |
| 49 | static int eposm_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; | 49 | int eposm_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; |
| 50 | static int eo_ttable[NTRANS][POW2TO11]; | 50 | int eo_ttable[NTRANS][POW2TO11]; |
| 51 | static int cp_ttable[NTRANS][FACTORIAL8]; | 51 | int cp_ttable[NTRANS][FACTORIAL8]; |
| 52 | static int co_ttable[NTRANS][POW3TO7]; | 52 | int co_ttable[NTRANS][POW3TO7]; |
| 53 | static int cpos_ttable[NTRANS][FACTORIAL6]; | 53 | int cpos_ttable[NTRANS][FACTORIAL6]; |
| 54 | static Move moves_ttable[NTRANS][NMOVES]; | 54 | Move moves_ttable[NTRANS][NMOVES]; |
| 55 | 55 | ||
| 56 | /* Local functions implementation ********************************************/ | 56 | /* Local functions implementation ********************************************/ |
| 57 | 57 | ||
