summaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-13 08:18:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-13 08:18:16 +0000
commit7f957c806fffa5f5175148418ea717640583f165 (patch)
treefd79c4d8845e3eb54c410f8da0f3bdcf252599a2 /transcode.c
parentc563aca4dc601788e5f3d5507ae96970e749db59 (diff)
downloadruby-7f957c806fffa5f5175148418ea717640583f165.tar.gz
ruby-7f957c806fffa5f5175148418ea717640583f165.tar.xz
ruby-7f957c806fffa5f5175148418ea717640583f165.zip
Add dummy definition for fake rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21488 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;