Make PLT-reduction work with gcc4, and don't include everything in

2005-03-15  Matthias Clasen  <mclasen@redhat.com>

	Make PLT-reduction work with gcc4, and don't include
	everything in gdkalias.h:

	* gdk/gdk.symbols: Group symbols by header and source file.
	* gdk/makegdkalias.pl: Protect definitions by the same
	preprocessor symbols used to guard the headers. Move
	the alias declarations to a separate file which is
	produced when calling makegdkalias.pl -def
	* gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
	file.
	* gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
	headers, include gdkaliasdef.c at the bottom.
This commit is contained in:
Matthias Clasen
2005-03-16 03:17:27 +00:00
committed by Matthias Clasen
parent 34bfd71279
commit 2a2d769d42
62 changed files with 1258 additions and 568 deletions

View File

@ -48,9 +48,9 @@ in this Software without prior written authorization from The Open Group.
#include <X11/extensions/XIproto.h>
#endif
#include <X11/Xlibint.h>
#include "gdkalias.h"
#include "gdkasync.h"
#include "gdkx.h"
#include "gdkalias.h"
typedef struct _ChildInfoChildState ChildInfoChildState;
typedef struct _ChildInfoState ChildInfoState;
@ -724,3 +724,5 @@ _gdk_x11_get_window_child_info (GdkDisplay *display,
return !state.have_error;
}
#define __GDK_ASYNC_C__
#include "gdkaliasdef.c"