ruby-changes:14999
From: akr <ko1@a...>
Date: Thu, 11 Mar 2010 22:39:44 +0900 (JST)
Subject: [ruby-changes:14999] Ruby:r26874 (trunk): add comment.
akr 2010-03-11 22:39:29 +0900 (Thu, 11 Mar 2010) New Revision: 26874 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26874 Log: add comment. Modified files: trunk/pack.c Index: pack.c =================================================================== --- pack.c (revision 26873) +++ pack.c (revision 26874) @@ -30,6 +30,7 @@ #ifdef DYNAMIC_ENDIAN /* for universal binary of NEXTSTEP and MacOS X */ + /* useless since autoconf 2.63? */ static int is_bigendian(void) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/