summaryrefslogtreecommitdiff
path: root/src/dumper.c
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2007-12-27 12:05:17 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2007-12-27 12:05:17 +0000
commitbcd7b8ce20839fae222aac48d0b1328d12e40e67 (patch)
tree4e1b68b2ce2dfdcd3a93e93a3b99ac0fce026217 /src/dumper.c
parent44cb6cad502da4fbf4bbf9c5a381fe37d840e7e6 (diff)
downloadlibyaml-bcd7b8ce20839fae222aac48d0b1328d12e40e67.tar.gz
Completed the first phase of API refactoring.
git-svn-id: http://svn.pyyaml.org/libyaml/trunk@263 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'src/dumper.c')
-rw-r--r--src/dumper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dumper.c b/src/dumper.c
index 203c6a7..dc3ad66 100644
--- a/src/dumper.c
+++ b/src/dumper.c
@@ -1,6 +1,8 @@
#include "yaml_private.h"
+#if 0
+
/*
* API functions.
*/
@@ -392,3 +394,5 @@ yaml_emitter_dump_mapping(yaml_emitter_t *emitter, yaml_node_t *node,
return 1;
}
+#endif
+