Re: [Freeciv-Dev] Server hangs on an Alpha
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Nicolas Brunel wrote:
> #define SIGN_INT32 0x80000000
As a general note, I think this is non-portable.
(Eg, on 64-bit systems, and possibly elsewhere.)
(As opposed to #define MAX_UINT32 0xFFFFFFFF, which is ok.)
> Also, freeciv.pot is updated when I use the autostuff tools.
> Maybe it's better to add freeciv.pot in cvsignore ?
Um, it already is in .cvsignore, for that very reason.
Maybe you mean add it to exclude aka no.freeciv? (a diff
exclude file) Yes, there are a number of new files/patterns
which should be added there; eg:
*.gmo
*.mo
POTFILES
freeciv.pot
stamp-cat-id
cat-id-tbl.c
libintl.h
po2tbl.sed
Hmm, maybe we should put a canonical exclude file into CVS?
(I would prefer it be called "exclude".)
-- David
Re: [Freeciv-Dev] Server hangs on an Alpha, Peter Schaefer, 1999/07/29
|
|