[前][次][番号順一覧][スレッド一覧]

ruby-changes:7853

From: nobu <ko1@a...>
Date: Tue, 16 Sep 2008 05:06:58 +0900 (JST)
Subject: [ruby-changes:7853] Ruby:r19374 (mvm): * sampledriver/main.c (InitVM_mruby): fixed typo.

nobu	2008-09-16 05:06:51 +0900 (Tue, 16 Sep 2008)

  New Revision: 19374

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19374

  Log:
    * sampledriver/main.c (InitVM_mruby): fixed typo.

  Modified files:
    branches/mvm/sampledriver/main.c

Index: mvm/sampledriver/main.c
===================================================================
--- mvm/sampledriver/main.c	(revision 19373)
+++ mvm/sampledriver/main.c	(revision 19374)
@@ -65,7 +65,7 @@
     for (i=0; i<n; i++) {
 	int err;
 	rb_vm_t *vm;
-	static void IntiVM_mruby(rb_vm_t *vm);
+	static void InitVM_mruby(rb_vm_t *vm);
 
 	/* create VM with command line arguments */
 	vm = vms[i] = ruby_vm_new(0, 0);
@@ -139,7 +139,7 @@
 
 /* executed in each VM context */
 static void
-IntiVM_mruby(rb_vm_t *vm)
+InitVM_mruby(rb_vm_t *vm)
 {
     /* rb_define_method(...); */
 }

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]