summaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:13 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:13 +0000
commit264a33605c1dd6e8186c43eb2fb7781b1376c945 (patch)
tree34aff816969787abd54f279ac315ab7fef924e37 /transcode.c
parentd3fd773b7f929b0d2a20ad979ff8c48400055bd1 (diff)
merges r21488 from trunk into ruby_1_9_1.
Add dummy definition for fake rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transcode.c b/transcode.c
index 398c012e2..4eb947032 100644
--- a/transcode.c
+++ b/transcode.c
@@ -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;