aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-16 19:56:51 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-16 19:56:51 +0800
commit9abf331ee6fe82d4e221fe57bde51da7db0a9a33 (patch)
tree3be075c18e70ecce9c4f82f7d3864555eb4d8942 /ChangeLog
parent088728be26eb23ff5d1fcb9b742475c3d3a22daa (diff)
downloadgsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar.gz
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar.bz2
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar.lz
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar.xz
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.tar.zst
gsoc2013-epiphany-9abf331ee6fe82d4e221fe57bde51da7db0a9a33.zip
Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
2004-02-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 635fd6cd6..7921dad2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-16 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/GlobalHistory.cpp:
+
+ Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.
+
2004-02-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/FilePicker.cpp: (::AppendFilter):