diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 23:15:19 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 23:15:19 +0000 |
| commit | 4688d51e1d106bd910c19ca43c3e893ca00f9dbe (patch) | |
| tree | 8e4ffb887b591097de3f8f5b080276bb62f7648c /ext/syck/emitter.c | |
| parent | 8e4c4619515827f38a2acfd822b97848091a8f4e (diff) | |
| download | ruby-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.c | 2 |
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; } |
