Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as they are really
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 6 Sep 2000 08:02:56 +0000 (08:02 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 6 Sep 2000 08:02:56 +0000 (08:02 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h

index 6c82597..108f583 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
index 6c82597..108f583 100644 (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
diff --git a/glib.h b/glib.h
index 567bf59..521cb8f 100644 (file)
--- 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;
 
index 567bf59..521cb8f 100644 (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;