diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-16 19:56:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-16 19:56:51 +0800 |
commit | 9abf331ee6fe82d4e221fe57bde51da7db0a9a33 (patch) | |
tree | 3be075c18e70ecce9c4f82f7d3864555eb4d8942 /ChangeLog | |
parent | 088728be26eb23ff5d1fcb9b742475c3d3a22daa (diff) | |
download | gsoc2013-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |