gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] persistent cache reorganization


From: Paul Pogonyshev
Subject: Re: [gnugo-devel] persistent cache reorganization
Date: Thu, 24 Jun 2004 23:14:28 +0300
User-agent: KMail/1.6.52

Arend Bayer wrote:
> 
> On Thu, 24 Jun 2004, Paul Pogonyshev wrote:
> 
> > Just initialize every field in their respective order.  This is of course
> > more error-prone if you change the structure, but there is hardly any way
> 
> And adds lots of redundant stuff.
> 
> Is the syntax below part of C89?
> 
> struct persistent_cache breakin_cache =
>   { max_size: MAX_BREAKIN_CACHE_SIZE,
>     max_stackp: MAX_BREAKIN_CACHE_DEPTH,
>     age_factor: 0.75,
>     name: "breakin cache",
>     compute_active_area: compute_active_breakin_area };
> 
> Arend

I doubt it, looks more like Pascal.  Try `gcc -pedantic' or something.
It is redundant stuff, but we managed to keep it C89 compatible so far.

Paul




reply via email to

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