diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-12-19 15:40:30 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-12-19 15:40:30 +0000 |
commit | 2fb47703e2929d300a3f804268a36d50543b4a2c (patch) | |
tree | 58e3a1f92aa7a6595ef12a0c8c13a7750f3cee9b /ChangeLog.pre-2-6 | |
parent | c7f80dbb13b58e439291d57f28e91accbc7bdefb (diff) | |
download | glib-2fb47703e2929d300a3f804268a36d50543b4a2c.tar.gz |
Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I
2000-12-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gslist.c, glist.c: Ok, I'm a moron. When I originally
implemented ENABLE_GC_FRIENDLY, I forgot to include config.h into
the affected files. Now that Alex did that for those two,
inevitable typos surfaced, which are now fixed.
* garray.c, ghash.c, gqueue.c, gtree.c: Include config.h as well,
as ENABLE_GC_FRIENDLY should be known.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index abef08a0d..85e5cc0b9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,13 @@ +2000-12-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * gslist.c, glist.c: Ok, I'm a moron. When I originally + implemented ENABLE_GC_FRIENDLY, I forgot to include config.h into + the affected files. Now that Alex did that for those two, + inevitable typos surfaced, which are now fixed. + + * garray.c, ghash.c, gqueue.c, gtree.c: Include config.h as well, + as ENABLE_GC_FRIENDLY should be known. + 2000-12-19 Alexander Larsson <alexl@redhat.com> * configure.in: |