comparison pkg-src/tree-x/OOBR @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents
children
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
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 )