• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

修訂2703bbf803cdd4f34f630a8272cd10621fc4d135 (tree)
時間2017-05-21 23:06:57
作者ornse01 <ornse01@user...>
Commiterornse01

Log Message

fix typo

Change Summary

差異

--- a/mrbgems/mruby-compiler/core/parse.y
+++ b/mrbgems/mruby-compiler/core/parse.y
@@ -5442,7 +5442,7 @@ mrb_parser_new(mrb_state *mrb)
54425442 p->pool = pool;
54435443
54445444 p->s = p->send = NULL;
5445-#ifndef MRB_DISBLE_STDIO
5445+#ifndef MRB_DISABLE_STDIO
54465446 p->f = NULL;
54475447 #endif
54485448