summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-02-11 22:33:55 +0000
committerDarin Adler <darin@src.gnome.org>2002-02-11 22:33:55 +0000
commit864a14bae31212fcfbe0b297becf3dfbbc6f57b9 (patch)
tree095279a828995cca24643dd7d361b877c377bc25 /ChangeLog.pre-2-0
parentefe9b5f5a7251113d6133cc348cc19e0d9ec481d (diff)
Use "if (expr) { } else" as I meant to in the first place. The other form
* glib/gmessages.h: Use "if (expr) { } else" as I meant to in the first place. The other form can trigger warnings in some compilers that suspect a ";" after "if (expr)" is an error.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 7b6fc3d2f..e14bd41a7 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+2002-02-11 Darin Adler <darin@bentspoon.com>
+
+ * glib/gmessages.h: Use "if (expr) { } else" as I meant to in the
+ first place. The other form can trigger warnings in some compilers
+ that suspect a ";" after "if (expr)" is an error.
+
2002-02-11 Manish Singh <yosh@gimp.org>
* glib/gmessages.h: need statement terminators for the if clauses for