summaryrefslogtreecommitdiff
path: root/ext/syck/emitter.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-21 02:47:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-21 02:47:17 +0000
commit212d962a3b8b538433235571c450d86766295928 (patch)
treed60eb6092b02e9f20ebd4915f260124c679d4c0d /ext/syck/emitter.c
parent208ff30c076d16db2e2b6fc3f0d635b3197e7ca4 (diff)
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
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..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;
}