summaryrefslogtreecommitdiff
path: root/ext/syck/syck.h
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 17:17:07 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-17 17:17:07 +0000
commit06c4c45f7f731bbf9adb214b2963760754a69f5d (patch)
treecbded9f4a1d6c8b0055ede4b233f013bdc0eaaf6 /ext/syck/syck.h
parent82cba4762a2f62a6330086d40233c968228119f6 (diff)
* 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/branches/ruby_1_8@9206 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
};