summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2014-05-18 13:32:34 +0900
committeryui-knk <[email protected]>2014-05-18 13:32:34 +0900
commit087bab233593b1a1f2411760ee254ccf13156f0a (patch)
treef48bcfdba4268688f8e060a0c4e00a3998809949 /include
parent1f6d8d73bd434fe387d2df07869ba93ca832cbaf (diff)
downloadmruby-087bab233593b1a1f2411760ee254ccf13156f0a.tar.gz
mruby-087bab233593b1a1f2411760ee254ccf13156f0a.zip
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