Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2005:
[Freeciv-Dev] Re: (PR#13464) use stdint.h in dataio
Home

[Freeciv-Dev] Re: (PR#13464) use stdint.h in dataio

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#13464) use stdint.h in dataio
From: "Vasco Alexandre da Silva Costa" <vasc@xxxxxxxxxxxxxx>
Date: Wed, 13 Jul 2005 14:26:51 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13464 >

On Tue, 12 Jul 2005, Jason Short wrote:

> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=13464 >
>
> This patch uses stdint types in dataio.  This is somewhat more safe than
> using the regular "unsigned int", "unsigned short" types.  I don't know
> if it's fully safe however; you'd have to read the C99 spec to be sure.

It should be safe according to:
http://www.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html

> This patch requires the AC_C99_STDINT_H patch.

---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa







[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#13464) use stdint.h in dataio, Vasco Alexandre da Silva Costa <=