summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-18 21:07:01 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-18 21:07:01 +0900
commitd4db72d721cd0d5a6bfd5c405a736dd17bc2c073 (patch)
treee1e98a6a56bf4e68e5a2884378bce6b5c0080b33 /include
parent3979cb04331e795bf9e06ca05d3d2e95dab00ebb (diff)
parent087bab233593b1a1f2411760ee254ccf13156f0a (diff)
downloadmruby-d4db72d721cd0d5a6bfd5c405a736dd17bc2c073.tar.gz
mruby-d4db72d721cd0d5a6bfd5c405a736dd17bc2c073.zip
Merge pull request #2283 from yui-knk/delete-space
Remove space.
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index bcef1b1bd..c84b32cd8 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -24,7 +24,7 @@
//#define MRB_ENDIAN_BIG
/* represent mrb_value as a word (natural unit of data for the processor) */
-// #define MRB_WORD_BOXING
+//#define MRB_WORD_BOXING
/* argv max size in mrb_funcall */
//#define MRB_FUNCALL_ARGC_MAX 16