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

ruby-changes:9947

From: naruse <ko1@a...>
Date: Tue, 13 Jan 2009 17:18:25 +0900 (JST)
Subject: [ruby-changes:9947] Ruby:r21488 (trunk): Add dummy definition for fake rdoc.

naruse	2009-01-13 17:18:16 +0900 (Tue, 13 Jan 2009)

  New Revision: 21488

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

  Log:
    Add dummy definition for fake rdoc.

  Modified files:
    trunk/transcode.c

Index: transcode.c
===================================================================
--- transcode.c	(revision 21487)
+++ transcode.c	(revision 21488)
@@ -14,6 +14,7 @@
 #include "transcode_data.h"
 #include <ctype.h>
 
+/* VALUE rb_cEncoding = rb_define_class("Encoding", rb_cObject); */
 VALUE rb_eUndefinedConversionError;
 VALUE rb_eInvalidByteSequenceError;
 VALUE rb_eConverterNotFoundError;

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

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