From 85f1f858684d6b571040b6e0fe51ca2d45ec4fb5 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 23 Jul 2003 18:44:29 +0000 Subject: * 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 --- ChangeLog | 5 +++++ ext/tcltklib/tcltklib.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 583d91acfc..fa40c18c14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 24 03:41:30 2003 NAKAMURA Usaku + + * ext/tcltklib/tcltklib.c (ip_init): need at least one statement after + label. + Thu Jul 24 01:51:08 2003 GOTOU Yuuzou * lib/webrick: imported. diff --git a/ext/tcltklib/tcltklib.c b/ext/tcltklib/tcltklib.c index 9ebdbb31e7..8393bf0746 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() */ -- cgit v1.2.3