Computer Chess Club Archives


Search

Terms

Messages

Subject: what is the meaning of RESTRICT in crafty?

Author: Uri Blass

Date: 11:22:22 12/17/03


I find that a lot of functions in Craftyget as a parameter TREE* RESTRICT

What is the meaning of the RESTRICT word?

I looked for that word in Crafty and except cases when Crafty get that parameter
in functions
I could only find in chess.h the following lines that I also do not understand.

#if defined (_MSC_VER) && (_MSC_VER >= 1300) && (!defined(_M_IX86) || (_MSC_VER
>= 1400))
#  define RESTRICT __restrict
#else
#  define RESTRICT
#endif


Uri



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.