mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Make work again.
2005-03-14 Matthias Clasen <mclasen@redhat.com> * abicheck.sh: Make work again. * gsourceclosure.c: Fix a typo. Make PLT-reduction work with gcc4, and don't include everything in gobjectalias.h: * gobject.symbols: Group symbols by header and source file. * makegobjectalias.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 makegalias.pl -def * Makefile.am (gobjectaliasdef.c): Add a rule to build this file. * *.c: Include gobjectalias.h after the other i GLib headers, include gobjectaliasdef.c at the bottom.
This commit is contained in:
committed by
Matthias Clasen
parent
a145c9ed09
commit
3448a27829
@@ -26,12 +26,15 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "gobjectalias.h"
|
||||
#include "gsignal.h"
|
||||
|
||||
#include "gbsearcharray.h"
|
||||
#include "gvaluecollector.h"
|
||||
#include "gvaluetypes.h"
|
||||
#include "gboxed.h"
|
||||
|
||||
#include "gobjectalias.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
@@ -2655,3 +2658,6 @@ g_signal_accumulator_true_handled (GSignalInvocationHint *ihint,
|
||||
#include "gobject.h"
|
||||
#include "genums.h"
|
||||
#include "gmarshal.c"
|
||||
|
||||
#define __G_SIGNAL_C__
|
||||
#include "gobjectaliasdef.c"
|
||||
|
Reference in New Issue
Block a user