s/time_t/GTime/ and s/g_print/g_message/ include time.h.
authorTim Janik <timj@gtk.org>
Wed, 2 Dec 1998 02:24:14 +0000 (02:24 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 2 Dec 1998 02:24:14 +0000 (02:24 +0000)
commit2886be294a0cd7c02cad36d34fe76dafb79da3c3
tree8e2855d5eac1ff744edc6d671d13098bf42c0689
parenta3e59c3ebfabf7004a994cd3dcdc9b3df690fd63
s/time_t/GTime/ and s/g_print/g_message/ include time.h.

Wed Dec  2 02:10:59 1998  Tim Janik  <timj@gtk.org>

        * gdate.c: s/time_t/GTime/ and s/g_print/g_message/
        include time.h.

        * glib.h: removed #include <time.h>, changed time_t paramter of
        g_date_set_time() to time_t, changed struct tm parameter of
        g_date_to_struct_tm to `gpointer struct_tm_p'. yes, this is not
        nice, but including time.h actually breaks a bunch of code.
13 files changed:
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
configure.in
gdate.c
glib.h
glib/gdate.c
glib/glib.h