ruby-changes:14701
From: akr <ko1@a...>
Date: Wed, 3 Feb 2010 23:51:48 +0900 (JST)
Subject: [ruby-changes:14701] Ruby:r26557 (trunk): add comment.
akr 2010-02-03 23:51:39 +0900 (Wed, 03 Feb 2010) New Revision: 26557 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26557 Log: add comment. Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 26556) +++ time.c (revision 26557) @@ -1040,7 +1040,7 @@ } struct time_object { - VALUE timexv; + VALUE timexv; /* time_t value * TIME_SCALE. possibly Rational. */ struct vtm vtm; int gmt; int tm_got; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/