From 254fd7abbeb24ad8a57667adc244d2f3a9c968d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 21:47:31 +0000 Subject: * ruby.c (struct cmdline_options): static variables packed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72b73c397..0be46fec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 29 06:47:29 2007 Nobuyoshi Nakada + + * ruby.c (struct cmdline_options): static variables packed. + Sat Sep 29 05:29:30 2007 Nobuyoshi Nakada * io.c (rb_io_fdopen): create IO object from fd. -- cgit