Complete.Org: Mailing Lists: Archives: freeciv-dev: July 1999:
Re: [Freeciv-Dev] Server hangs on an Alpha
Home

Re: [Freeciv-Dev] Server hangs on an Alpha

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: brunel@xxxxxxxxxxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Server hangs on an Alpha
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Fri, 30 Jul 1999 11:30:02 +1000 (EST)

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

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