[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] vcrepair_3_13.3
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] vcrepair_3_13.3 |
Date: |
Sat, 28 Dec 2002 16:36:32 +0100 (MET) |
> > I haven't run the regressions, and there's still one warning:
>
> Apparently dfa.c cannot see printutils.c so gg_assert is
> unavailable, and including printutils.c in lib_dfa leads
> to other problems. As far as I can see the fix is to
> remove the calls to gg_assert in dfa.c.
>
> But since it's just a warning we can wait until later
> to change this. this redefinition of gg_assert has been
> in the code since the initial commit of dfa.c in
> September 2001.
But it's a redefinition only since paul_3_13.5 (which included liberty.h).
I think we should do it as Trevor suggested by #undef'ing gg_assert
first.
Arend