mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02: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:
committed by
Sebastian Wilhelmi
parent
60d032a622
commit
caeb4053e9
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user