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

ruby-changes:28076

From: akr <ko1@a...>
Date: Fri, 5 Apr 2013 20:58:10 +0900 (JST)
Subject: [ruby-changes:28076] akr:r40128 (trunk): fix a typo.

akr	2013-04-05 20:57:59 +0900 (Fri, 05 Apr 2013)

  New Revision: 40128

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

  Log:
    fix a typo.

  Modified files:
    trunk/include/ruby/defines.h

Index: include/ruby/defines.h
===================================================================
--- include/ruby/defines.h	(revision 40127)
+++ include/ruby/defines.h	(revision 40128)
@@ -114,7 +114,7 @@ void xfree(void*); https://github.com/ruby/ruby/blob/trunk/include/ruby/defines.h#L114
 #define STRINGIZE0(expr) #expr
 #endif
 
-#ifdef HAVE_LONG_LONG 1
+#ifdef HAVE_LONG_LONG
 # define HAVE_TRUE_LONG_LONG 1
 #endif
 

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

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