aboutsummaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-07 01:47:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-07 01:49:38 +0300
commit72b77743f20f909e83eacca3b47558d943ac2fcb (patch)
tree51cb9c4a5ba7324fa8525fb04cda9603c21897e1 /src/tree.c
parented39daa568d162617a183497010d70a55a38ae73 (diff)
downloadgrecs-72b77743f20f909e83eacca3b47558d943ac2fcb.tar.gz
grecs-72b77743f20f909e83eacca3b47558d943ac2fcb.tar.bz2
Implement tree join.
* src/join.c: New file. * src/Make.am: Add join.c * src/grecs.h (grecs_tree_join): New function. * tests/gcffmt.c (main): If several files are given, process them all and join the resulting trees. * tests/join.at: New testcase. * tests/testsuite.at: Include join.at. * tests/Makefile.am: Add join.at.
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tree.c b/src/tree.c
index 22a169a..955fc52 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -1024,4 +1024,3 @@ grecs_tree_reduce(struct grecs_node *node, struct grecs_keyword *kwd)
grecs_list_free(clos.sections);
return rc;
}
-

Return to:

Send suggestions and report system problems to the System administrator.