#if 0'ed out the GTime definition, until it is definitively needed.
authorTim Janik <timj@gtk.org>
Sun, 26 Jul 1998 23:06:01 +0000 (23:06 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 26 Jul 1998 23:06:01 +0000 (23:06 +0000)
Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>

        * glib.h: #if 0'ed out the GTime definition, until it is definitively
        needed.

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 02dea9e..9a1c565 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
index 02dea9e..9a1c565 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: #if 0'ed out the GTime definition, until it is definitively
+       needed.
+
 Sat Jul 25 16:09:00 1998  Mark Crichton <crichton@expert.cc.purdue.edu>
        
        * glib.h: gtime changed to g_time.  gtime is used in 
diff --git a/glib.h b/glib.h
index 4719e0a..1c82bf3 100644 (file)
--- a/glib.h
+++ b/glib.h
@@ -449,9 +449,12 @@ typedef unsigned long long guint64;
 
 typedef gint32 gssize;
 typedef guint32 gsize;
-typedef gint32 g_time;
 typedef guint32 GQuark;
 
+#if 0
+typedef gint32 GTime;
+#endif
+
 typedef struct _GList          GList;
 typedef struct _GSList         GSList;
 typedef struct _GHashTable     GHashTable;
index 4719e0a..1c82bf3 100644 (file)
@@ -449,9 +449,12 @@ typedef unsigned long long guint64;
 
 typedef gint32 gssize;
 typedef guint32 gsize;
-typedef gint32 g_time;
 typedef guint32 GQuark;
 
+#if 0
+typedef gint32 GTime;
+#endif
+
 typedef struct _GList          GList;
 typedef struct _GSList         GSList;
 typedef struct _GHashTable     GHashTable;