mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
60d032a622
commit
caeb4053e9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
7
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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user