summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-06-14 23:49:12 (GMT)
committermdejong <mdejong>2002-06-14 23:49:12 (GMT)
commit902a8382d2220b559e8bf68adb8cdd68e103a982 (patch)
tree25a83fd7a9e43641fe306a2572bfd71593156a1c /ChangeLog
parent3c7d5107432db829fb8863a05a2918d36b7f50a5 (diff)
downloadtk-902a8382d2220b559e8bf68adb8cdd68e103a982.zip
tk-902a8382d2220b559e8bf68adb8cdd68e103a982.tar.gz
tk-902a8382d2220b559e8bf68adb8cdd68e103a982.tar.bz2
* generic/tkBind.c (TkXErrorHandler): Declare static
function to avoid compiler error with VC++.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7eed5..e2a45be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-14 Mo DeJong <mdejong@users.sourceforge.net>
+ * generic/tkBind.c (TkXErrorHandler): Declare static
+ function to avoid compiler error with VC++.
+
+2002-06-14 Mo DeJong <mdejong@users.sourceforge.net>
+
* generic/tkBind.c (ExpandPercents): Cast argument to
Tk_GetAtomName in order to avoid compiler warning.