View | Details | Raw Unified | Return to bug 150287
Collapse All | Expand All

(-)movelog.c 2010-09-04 22:32:39.000000000 +0200 (-1 / +1 lines)
Lines 23-29 Link Here
23
#include       <unistd.h>
23
#include       <unistd.h>
24
#endif
24
#endif
25
25
26
#define        CACHE_SIZE      50
26
#define        CACHE_SIZE      1000
27
static int     move_index = 0;
27
static int     move_index = 0;
28
static int     *move_cache = NULL;
28
static int     *move_cache = NULL;
29
static int     cache_size = 0;
29
static int     cache_size = 0;

Return to bug 150287