1
0
Fork 0
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:
usa 2003-07-23 18:44:29 +00:00
parent 30b4904fd7
commit 85f1f85868
2 changed files with 6 additions and 0 deletions

View file

@ -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>
* lib/webrick: imported.

View file

@ -623,6 +623,7 @@ ip_init(argc, argv, self)
}
case 0:
/* no args */
;
}
/* from Tcl_AppInit() */