Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Finally, repetition detection! TSCP 1.6 is now available!

Author: Dann Corbit

Date: 15:04:23 07/18/00

Go up one level in this thread


There is a slightly tweaked version at my ftp site.

I just made the headers idempotent and fixed on data type booboo.
(It was typed as long in one place and extern int in another).

Instead of compiling each of the files separately, I compile this:
/*
** This strange little beastie has only one purpose:
** To allow the compiler to inline like a madman.
*/
#include "search.c"
#include "board.c"
#include "data.c"
#include "eval.c"
#include "main.c"

You can get the whole mess right here:

{the whole shootin' match:}
ftp://38.168.214.175/pub/TSCP161.ZIP

{binary only:}
ftp://38.168.214.175/pub/tscp.exe



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.