summaryrefslogtreecommitdiff
path: root/ext
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
commit43241ab269c3aaddf7923f4540c8a95605f56a74 (patch)
treebe269cd8486522a51d8cbf388a856fe27e0fb58a /ext
parentd1a4bf7d3a479a335e26f879098ac9f2d7421092 (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/tcltklib/tcltklib.c1
1 files changed, 1 insertions, 0 deletions
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;