[Freeciv-Dev] Re: PATCH: AI cleanup Version 2
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, Nov 26, 2001 at 12:53:38AM -0600, Tony Stuckey wrote:
> > * init vars
> > int foo(struct city *punit)
> > {
> > int x=punit->x;
> > }
> > or
> > int foo(struct city *punit)
> > {
> > int x;
> >
> > x=punit->x;
> > }
>
> Hehehe.
> Neither.
>
> int foo(struct city *punit)
> {
> int x = punit->x;
> }
This contradicts "indent -kr -i2"
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"From what I am reading Win98 and NT5.0 will be getting rid of all that
crap anyway. Seems that Microsoft has invented something called TCP/IP and
another really revolutionary concept called DNS that eliminates the
netbios crap too. All that arping from browsers is going to go away.
I also hear rumors that they are on the verge of breakthrough discoveries
called NFS, and LPD too. Given enough time and money, they might
eventually invent Unix."
-- George Bonser in linux-kernel
- [Freeciv-Dev] Re: Coding Guideline --- more variants, (continued)
- [Freeciv-Dev] Re: Coding Guideline --- more variants, Reinier Post, 2001/11/29
- [Freeciv-Dev] Re: Coding Guideline --- more variants, Daniel L Speyer, 2001/11/28
- [Freeciv-Dev] Re: Coding Guideline --- more variants, Raahul Kumar, 2001/11/29
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raimar Falke, 2001/11/25
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raahul Kumar, 2001/11/26
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raimar Falke, 2001/11/26
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Tony Stuckey, 2001/11/26
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2,
Raimar Falke <=
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raahul Kumar, 2001/11/24
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Petr Baudis, 2001/11/24
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raahul Kumar, 2001/11/24
- [Freeciv-Dev] Re: PATCH: AI cleanup Version 2, Raimar Falke, 2001/11/25
- [Freeciv-Dev] Clearing your backlog, Raahul Kumar, 2001/11/25
- [Freeciv-Dev] Re: Clearing your backlog, Raimar Falke, 2001/11/25
- [Freeciv-Dev] Re: Clearing your backlog, Raahul Kumar, 2001/11/25
- [Freeciv-Dev] Re: Clearing your backlog, Petr Baudis, 2001/11/25
- [Freeciv-Dev] Re: Clearing your backlog, Raimar Falke, 2001/11/26
- [Freeciv-Dev] Re: Clearing your backlog, Gregory Berkolaiko, 2001/11/25
|
|