[前][次][番号順一覧][スレッド一覧]

ruby-changes:14887

From: akr <ko1@a...>
Date: Thu, 25 Feb 2010 01:33:41 +0900 (JST)
Subject: [ruby-changes:14887] Ruby:r26756 (trunk): remove a empty line.

akr	2010-02-25 01:29:53 +0900 (Thu, 25 Feb 2010)

  New Revision: 26756

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26756

  Log:
    remove a empty line.

  Modified files:
    trunk/pack.c

Index: pack.c
===================================================================
--- pack.c	(revision 26755)
+++ pack.c	(revision 26756)
@@ -143,7 +143,6 @@
 #endif
 
 #ifdef HAVE_LONG_LONG
-
 #if SIZEOF_LONG_LONG == 4
 #define swapll(x)	swap32(x)
 #else

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]