From 43241ab269c3aaddf7923f4540c8a95605f56a74 Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 8 Sep 2002 10:33:12 +0000 Subject: * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoid VC++ warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ ext/tcltklib/tcltklib.c | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3b4850a89..a56bee8748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ Sun Sep 8 19:02:28 2002 NAKAMURA Usaku * 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 b75af3fc77..cdb3b92e81 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; -- cgit v1.2.3