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)
commit8c25ff2220dff2b96797b78bdfe3ce8ae77b8e37 (patch)
tree25a83fd7a9e43641fe306a2572bfd71593156a1c /ChangeLog
parentc8b90bd37ebfc5309f42219ef44b28ba2ba3d23e (diff)
downloadtk-8c25ff2220dff2b96797b78bdfe3ce8ae77b8e37.zip
tk-8c25ff2220dff2b96797b78bdfe3ce8ae77b8e37.tar.gz
tk-8c25ff2220dff2b96797b78bdfe3ce8ae77b8e37.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.