Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2004:
[Freeciv-Dev] (PR#8463) Header files without a double-inclusion guard
Home

[Freeciv-Dev] (PR#8463) Header files without a double-inclusion guard

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8463) Header files without a double-inclusion guard
From: "Raimar Falke" <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Mon, 5 Apr 2004 03:53:02 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8463 >


Output from a new test script:

Files without any guard:
./client/gui-gtk-2.0/happiness.h
./client/gui-win32/happiness.h
./client/gui-win32/cma_fe.h
./client/gui-sdl/happiness.h
./common/packets_gen.h

Files with a misnamed guard (doesn't match 'FC_.*_H'):
./amiga/SDI_compiler.h:#ifndef SDI_COMPILER_H
./amiga/declgate.h:#ifndef __DECLGATE_H__
./amiga/myregargs.h:#ifndef __MYREGARGS_H__
./client/gui-gtk/gtkpixcomm.h:#ifndef __GTK_PIXCOMM_H__
./client/gui-gtk-2.0/gtkpixcomm.h:#ifndef __GTK_PIXCOMM_H__
./client/gui-mui/muistuff.h:#ifndef MUISTUFF_H
./client/gui-xaw/canvas.h:#ifndef _Canvas_h
./client/gui-xaw/canvasp.h:#ifndef _CanvasP_h
./client/gui-xaw/pixcomm.h:#ifndef _Pixcomm_h
./client/gui-xaw/pixcommp.h:#ifndef _PixcommP_h
./client/gui-sdl/SDL_ttf.h:#ifndef _SDLttf_h
./client/gui-sdl/gui_string.h:#ifndef __STRING_H
./client/gui-sdl/gui_zoom.h:#ifndef _GUI_ZOOM_H
./client/gui-sdl/mmx.h:#ifndef _MMX_H
./client/gui-sdl/unistring.h:#ifndef __UNISTRING_H

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
  Windows: From the people who brought you edlin...




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8463) Header files without a double-inclusion guard, Raimar Falke <=