• 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

修訂cd1a566002861665f3f00b6668d5a158e694c187 (tree)
時間2015-11-16 22:27:42
作者murase_syuka <murase.syuka+github@gmai...>
Commitermurase_syuka

Log Message

fix comment

Change Summary

差異

--- a/src/numeric.c
+++ b/src/numeric.c
@@ -856,7 +856,7 @@ fix_shift_get_width(mrb_state *mrb, mrb_int *width)
856856 /* 15.2.8.3.12 */
857857 /*
858858 * call-seq:
859- * fix << count -> integer
859+ * fix << count -> integer or float
860860 *
861861 * Shifts _fix_ left _count_ positions (right if _count_ is negative).
862862 */
@@ -881,7 +881,7 @@ fix_lshift(mrb_state *mrb, mrb_value x)
881881 /* 15.2.8.3.13 */
882882 /*
883883 * call-seq:
884- * fix >> count -> integer
884+ * fix >> count -> integer or float
885885 *
886886 * Shifts _fix_ right _count_ positions (left if _count_ is negative).
887887 */