[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] connections.c
From: |
Gunnar Farneback |
Subject: |
Re: [gnugo-devel] connections.c |
Date: |
Sat, 31 Aug 2002 00:27:09 +0200 |
User-agent: |
EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode) |
Paul wrote:
> i've discovered the following line in connection.c:
>
> [67] if (!EXPERIMENTAL_CONNECTIONS && (pattern->class & CLASS_C)) {
>
> shouldn't macro EXPERIMENTAL_CONNECTIONS be changed to the
> corresponding variable experimental_connections?
Yes, it should. My mistake, I suspect.
/Gunnar