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

ruby-changes:48903

From: svn <ko1@a...>
Date: Tue, 5 Dec 2017 10:10:20 +0900 (JST)
Subject: [ruby-changes:48903] svn:r61021 (trunk): * remove trailing spaces.

svn	2017-12-05 10:10:15 +0900 (Tue, 05 Dec 2017)

  New Revision: 61021

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61021

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/vm_core.h
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 61020)
+++ vm_core.h	(revision 61021)
@@ -585,7 +585,7 @@ typedef struct rb_vm_struct { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L585
 
 #define RUBY_VM_FIBER_VM_STACK_SIZE           (  16 * 1024 * sizeof(VALUE)) /*   64 KB or  128 KB */
 #define RUBY_VM_FIBER_VM_STACK_SIZE_MIN       (   2 * 1024 * sizeof(VALUE)) /*    8 KB or   16 KB */
-#define RUBY_VM_FIBER_MACHINE_STACK_SIZE      (  64 * 1024 * sizeof(VALUE)) /*  256 KB or  512 KB */ 
+#define RUBY_VM_FIBER_MACHINE_STACK_SIZE      (  64 * 1024 * sizeof(VALUE)) /*  256 KB or  512 KB */
 #if defined(__powerpc64__)
 #define RUBY_VM_FIBER_MACHINE_STACK_SIZE_MIN  (  32 * 1024 * sizeof(VALUE)) /*   128 KB or  256 KB */
 #else

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

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