summaryrefslogtreecommitdiffstats
path: root/ext/tcltklib/tcltklib.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 18:44:29 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 18:44:29 +0000
commita4626d07785818d0c6f0ad422c355191f15c2c52 (patch)
treeb648a2c0368fae3633ad01e540d9f7d5806b9ae9 /ext/tcltklib/tcltklib.c
parent3daa4a31cd506f1738b6c8cde85cdcdbb6bbe3ae (diff)
downloadruby-a4626d07785818d0c6f0ad422c355191f15c2c52.tar.gz
ruby-a4626d07785818d0c6f0ad422c355191f15c2c52.tar.xz
ruby-a4626d07785818d0c6f0ad422c355191f15c2c52.zip
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tcltklib/tcltklib.c')
-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 9ebdbb31e..8393bf074 100644
--- a/ext/tcltklib/tcltklib.c
+++ b/ext/tcltklib/tcltklib.c
@@ -623,6 +623,7 @@ ip_init(argc, argv, self)
}
case 0:
/* no args */
+ ;
}
/* from Tcl_AppInit() */