Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really

2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as
	they are really superfluous.
This commit is contained in:
Sebastian Wilhelmi 2000-09-06 08:02:56 +00:00 committed by Sebastian Wilhelmi
parent 60d032a622
commit caeb4053e9
10 changed files with 40 additions and 14 deletions

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

View File

@ -1,3 +1,8 @@
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* 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 <otaylor@redhat.com>
* configure.in docs/Makefile.am: Add gtk-doc checks

7
glib.h
View File

@ -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;

View File

@ -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;