diff options
author | git <svn-admin@ruby-lang.org> | 2019-09-07 22:22:30 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2019-09-07 22:22:30 +0900 |
commit | a9b63db3b6cd7cdf5ca48eafc784d4ed37b5fdac (patch) | |
tree | f296aa9fc7c496bbb1e421deb17b05fa84d79ae9 /compile.c | |
parent | 8c908c989077c74eed26e02912b98362e509b8a3 (diff) | |
download | ruby-a9b63db3b6cd7cdf5ca48eafc784d4ed37b5fdac.tar.gz |
* remove trailing spaces. [ci skip]
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3950,7 +3950,7 @@ compile_array(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, int pop * The following limits the stack length up to max_stack_len. * * [x1,x2,...,x10000] => - * push x1 ; push x2 ; ...; push x256; newarray 256; + * push x1 ; push x2 ; ...; push x256; newarray 256; * push x257; push x258; ...; push x512; newarray 256; concatarray; * push x513; push x514; ...; push x768; newarray 256; concatarray; * ... |