comparison lisp/oobr/tree-x/OOBR @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents
children
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
1
2 (setq
3 br-env-version
4 "02.09.11"
5
6 br-sys-search-dirs
7 '(".")
8
9 br-lib-search-dirs
10 'nil
11
12 br-lang-prefix
13 '"c++-"
14
15 br-env-spec
16 'nil
17
18 br-children-alist
19 '(
20 )
21
22 br-sys-paths-alist
23 '(
24 (("line" "tnode") . "/home/infodock/lisp/oobr/tree-x/tree.h")
25 (("[constant]" "[enumeration]" "[function]" "[macro]" "[structure]" "[type]" "[union]") . "<none>")
26 )
27
28 br-lib-paths-alist
29 '(
30 )
31
32 br-sys-parents-alist
33 '(
34 (nil . "[union]")
35 (nil . "[type]")
36 (nil . "[structure]")
37 (nil . "[macro]")
38 (nil . "[function]")
39 (nil . "[enumeration]")
40 (nil . "[constant]")
41 (nil . "line")
42 (nil . "tnode")
43 )
44
45 br-lib-parents-alist
46 '(
47 )
48 )