From: Sebastian Wilhelmi Date: Wed, 6 Sep 2000 08:02:56 +0000 (+0000) Subject: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really X-Git-Tag: GNOME_PRINT_0_24~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caeb4053e935d384a1b5691f134ac568bc5d53d6;p=platform%2Fupstream%2Fglib.git Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really 2000-09-06 Sebastian Wilhelmi * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really superfluous. --- diff --git a/ChangeLog b/ChangeLog index 6c82597..108f583 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6c82597..108f583 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-09-06 Sebastian Wilhelmi + + * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as + they are really superfluous. + Tue Sep 5 20:16:27 2000 Owen Taylor * configure.in docs/Makefile.am: Add gtk-doc checks diff --git a/glib.h b/glib.h index 567bf59..521cb8f 100644 --- a/glib.h +++ b/glib.h @@ -544,13 +544,6 @@ typedef unsigned short gushort; typedef unsigned long gulong; typedef unsigned int guint; -#define G_GSHORT_FORMAT "hi" -#define G_GUSHORT_FORMAT "hu" -#define G_GINT_FORMAT "i" -#define G_GUINT_FORMAT "u" -#define G_GLONG_FORMAT "li" -#define G_GULONG_FORMAT "lu" - typedef float gfloat; typedef double gdouble; diff --git a/glib/glib.h b/glib/glib.h index 567bf59..521cb8f 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -544,13 +544,6 @@ typedef unsigned short gushort; typedef unsigned long gulong; typedef unsigned int guint; -#define G_GSHORT_FORMAT "hi" -#define G_GUSHORT_FORMAT "hu" -#define G_GINT_FORMAT "i" -#define G_GUINT_FORMAT "u" -#define G_GLONG_FORMAT "li" -#define G_GULONG_FORMAT "lu" - typedef float gfloat; typedef double gdouble;