gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel]


From: bump
Subject: Re: [gnugo-devel]
Date: Tue, 10 Jun 2003 15:53:35 -0700

I've remade Stephane's patch and posted it as stephane_3_22.1a.

I took the liberty of moving some variable declarations around
since some versions of GCC will not compile declarations interspersed
with code. So

      {
          float t;

          [commands]

          t = ...
       }

is OK;

      {
          [commands]

          float t = ...
       }

is not. I trust I didn't break anything.

Dan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]