summaryrefslogtreecommitdiff
path: root/ext/syck/emitter.c
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 07:02:19 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 07:02:19 +0000
commit822a11d47edcb410c67839c035d3010007cc07a5 (patch)
tree43127cf90ade2bd7bb6ab2b45e8471b5a973d9dd /ext/syck/emitter.c
parent9942c6ed13910504726ac688a205313b44ed3895 (diff)
* implicit.c (syck_type_id_to_taguri): corrected detection of
x-private types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4440 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 62f1b57f48..2be1a688e8 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;
}