summaryrefslogtreecommitdiffstats
path: root/ext/syck/emitter.c
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 23:15:19 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 23:15:19 +0000
commit4688d51e1d106bd910c19ca43c3e893ca00f9dbe (patch)
tree8e4ffb887b591097de3f8f5b080276bb62f7648c /ext/syck/emitter.c
parent8e4c4619515827f38a2acfd822b97848091a8f4e (diff)
downloadruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.tar.gz
ruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.tar.xz
ruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.zip
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
* ext/syck/gram.c: Ditto. * ext/syck/syck.c: Ditto. * ext/syck/token.c: Ditto. * ext/syck/handler.c: Ditto. * ext/syck/handler.c: Now using 'tag' rather than 'taguri' in type URIs. * ext/syck/rubyext.c: Ditto (on both counts). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/emitter.c')
-rw-r--r--ext/syck/emitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c
index 2be1a688e..62f1b57f4 100644
--- a/ext/syck/emitter.c
+++ b/ext/syck/emitter.c
@@ -102,7 +102,7 @@ syck_base64dec( char *s, long len )
}
}
*end = '\0';
- /* RSTRING(buf)->len = ptr - RSTRING(buf)->ptr; */
+ //RSTRING(buf)->len = ptr - RSTRING(buf)->ptr;
return ptr;
}