aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-23 13:49:08 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-23 13:55:03 +0300
commitbb0deba1a04c8317c6da96df9107f727a5677c0f (patch)
tree336ab4daba6ee17943b6b93474f172a0b3a73542
parent75ea4d4da7f817cc53fc6c7d18834aef45d27c22 (diff)
downloadslb-bb0deba1a04c8317c6da96df9107f727a5677c0f.tar.gz
slb-bb0deba1a04c8317c6da96df9107f727a5677c0f.tar.bz2
Update grecs.
m---------grecs0
-rw-r--r--src/config.c6
2 files changed, 3 insertions, 3 deletions
diff --git a/grecs b/grecs
-Subproject 967d4d82ef9d10ecd6b32a29f2b3f2743175a26
+Subproject 4c1959a4848c30206de3be4b16bdf04b650daae
diff --git a/src/config.c b/src/config.c
index c8caf00..a39f1ff 100644
--- a/src/config.c
+++ b/src/config.c
@@ -785,8 +785,8 @@ config_help()
static char docstring[] =
N_("Configuration file structure for SLB.\n"
"For more information, use `info slb configuration'.");
- grecs_format_docstring(docstring, 0, stdout);
- grecs_format_statement_array(slb_kw, 1, 0, stdout);
+ grecs_print_docstring(docstring, 0, stdout);
+ grecs_print_statement_array(slb_kw, 1, 0, stdout);
}
void
@@ -842,7 +842,7 @@ config_finish(struct grecs_node *tree)
grecs_tree_reduce(tree, slb_kw, GRECS_AGGR);
if (debug_level[SLB_DEBCAT_CONF]) {
- grecs_format_node(tree, 0, stderr);
+ grecs_print_node(tree, GRECS_NODE_FLAG_DEFAULT, stderr);
fputc('\n', stdout);
}

Return to:

Send suggestions and report system problems to the System administrator.