summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-08 10:33:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-08 10:33:12 +0000
commit61c16cab2b2dcdb289f006df2117121c33bd0ca7 (patch)
treebe269cd8486522a51d8cbf388a856fe27e0fb58a
parent59f0430c70a5d2278f15b198cb7617b8bc9709c7 (diff)
downloadruby-61c16cab2b2dcdb289f006df2117121c33bd0ca7.tar.gz
ruby-61c16cab2b2dcdb289f006df2117121c33bd0ca7.tar.xz
ruby-61c16cab2b2dcdb289f006df2117121c33bd0ca7.zip
* ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoid
VC++ warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
-rw-r--r--ext/tcltklib/tcltklib.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b4850a8..a56bee874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Sun Sep 8 19:02:28 2002 NAKAMURA Usaku <usa@ruby-lang.org>
* time.c: prototype; time_free() to avoid VC++ warnings.
+ * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoid
+ VC++ warning.
+
* win32/win32.c (rb_w32_stat): remove S_IWGRP and S_IWOTH bits from
st_mode.
diff --git a/ext/tcltklib/tcltklib.c b/ext/tcltklib/tcltklib.c
index b75af3fc7..cdb3b92e8 100644
--- a/ext/tcltklib/tcltklib.c
+++ b/ext/tcltklib/tcltklib.c
@@ -718,6 +718,7 @@ ivq_safelevel_handler(arg, ivq)
return ip_invoke_real(q->argc, q->argv, q->obj);
}
+int invoke_queue_handler _((Tcl_Event *, int));
int
invoke_queue_handler(evPtr, flags)
Tcl_Event *evPtr;