aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/syck.h
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 17:22:49 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 17:22:49 +0000
commitf3d9f34537779e2ed3d29519c6a29346b74409d7 (patch)
tree4998dbfa7c8cab36cc089090e0c9e0e0bd28030f /ext/syck/syck.h
parent17f4f5f507715b8b832305f71b2375ca9f830ff4 (diff)
downloadruby-f3d9f34537779e2ed3d29519c6a29346b74409d7.tar.gz
* lib/yaml/rubytypes.rb: remove comments that are bungling up
the rdoc and ri output. output symbols as plain scalars. * ext/syck/rubyext.c (syck_emitter_reset): emit headless documents always. * ext/syck/emitter.c (syck_scan_scalar): quote scalars with any kind of surrounding line space, tabs or spaces alike. * ext/syck/token.c: accept tabs as whitespace, not for indentation, but strip from plain scalars. * test/yaml/test_yaml.rb: remove outdated tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/syck.h')
-rw-r--r--ext/syck/syck.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/syck/syck.h b/ext/syck/syck.h
index ec3eed0956..02ffe240f8 100644
--- a/ext/syck/syck.h
+++ b/ext/syck/syck.h
@@ -274,7 +274,6 @@ typedef void (*SyckEmitterHandler)(SyckEmitter *, st_data_t);
enum doc_stage {
doc_open,
- doc_need_header,
doc_processing
};