mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30b4904fd7
commit
85f1f85868
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Jul 24 03:41:30 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after
|
||||||
|
label.
|
||||||
|
|
||||||
Thu Jul 24 01:51:08 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
Thu Jul 24 01:51:08 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||||
|
|
||||||
* lib/webrick: imported.
|
* lib/webrick: imported.
|
||||||
|
|
|
@ -623,6 +623,7 @@ ip_init(argc, argv, self)
|
||||||
}
|
}
|
||||||
case 0:
|
case 0:
|
||||||
/* no args */
|
/* no args */
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* from Tcl_AppInit() */
|
/* from Tcl_AppInit() */
|
||||||
|
|
Loading…
Add table
Reference in a new issue