From 212d962a3b8b538433235571c450d86766295928 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2003 02:47:17 +0000 Subject: C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/emitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/syck/emitter.c') diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c index 62f1b57f48..1cc0ea5075 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; } -- cgit v1.2.3