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

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. #if 0'ed out the g_getcwd() version, because it is the wrong
        implementation.
This commit is contained in:
Tim Janik 1998-07-27 01:23:18 +00:00 committed by Tim Janik
parent 822650b4e5
commit fe00841ff8
10 changed files with 22 additions and 10 deletions

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

View File

@ -1,7 +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.
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
implementation.
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>

4
glib.h
View File

@ -858,8 +858,10 @@ gint g_snprintf (gchar *string,
gchar const *format,
...) G_GNUC_PRINTF (3, 4);
gchar* g_basename (const gchar *file_name);
gchar* g_getcwd (void);
gchar* g_dirname (const gchar *file_name);
#if 0
gchar* g_getcwd (void);
#endif
/* We make the assumption that if memmove isn't available, then

View File

@ -858,8 +858,10 @@ gint g_snprintf (gchar *string,
gchar const *format,
...) G_GNUC_PRINTF (3, 4);
gchar* g_basename (const gchar *file_name);
gchar* g_getcwd (void);
gchar* g_dirname (const gchar *file_name);
#if 0
gchar* g_getcwd (void);
#endif
/* We make the assumption that if memmove isn't available, then