Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / rbtree-oset
blob0630673eb2fc262fa91f488bbcffcba411372211
1 Description:
2 Ordered set data type implemented by a binary tree.
4 Files:
5 lib/gl_rbtree_oset.h
6 lib/gl_rbtree_oset.c
7 lib/gl_anytree_oset.h
9 Depends-on:
10 oset
12 configure.ac:
14 Makefile.am:
15 lib_SOURCES += gl_rbtree_oset.h gl_rbtree_oset.c gl_anytree_oset.h
17 Include:
18 "gl_rbtree_oset.h"
20 License:
21 GPL
23 Maintainer:
24 Bruno Haible