Subversion Repositories tendra.SVN

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
 
30
 
31
/**********************************************************************
32
$Author: release $
33
$Date: 1998/01/17 15:56:07 $
34
$Revision: 1.1.1.1 $
35
$Log: symdefs.h,v $
36
 * Revision 1.1.1.1  1998/01/17  15:56:07  release
37
 * First version to be checked into rolling release.
38
 *
39
 * Revision 1.1  1995/04/13  09:08:06  currie
40
 * Initial revision
41
 *
42
***********************************************************************/
43
sc[0]="Nil";
44
sc[1]="Text";
45
sc[2]="Data";
46
sc[3]="Bss";
47
sc[4]="Reg";
48
sc[5]="Abs";
49
sc[6]="Undef'd";
50
sc[7]="CdbLoc";
51
sc[8]="Bits";
52
sc[9]="CdbSys";
53
/* #define Dbx		9	overlap dbx internal use */
54
sc[10]="RegIm";
55
sc[11]="Info";
56
sc[12]="UserStru";
57
sc[13]="SData";
58
sc[14]="SBss";
59
sc[15]="RData";
60
sc[16]="Var";
61
sc[17]="Common";
62
sc[18]="SCommon";
63
sc[19]="VarReg";
64
sc[20]="Variant";
65
sc[21]="SUndef";
66
sc[22]="Init";
67
 
68
 
69
 
70
st[0]="Nil";
71
st[1]="Global";
72
st[2]="Static";
73
st[3]="Param";
74
st[4]="Local";	
75
st[5]="Label";
76
st[6]="Proc";
77
st[7]="Block";
78
st[8]="End";
79
st[9]="Member";	
80
st[10]="Typedef";
81
st[11]="File";	
82
st[12]="RegRel";
83
st[13]="Forward	";
84
st[14]="StatPro";
85
st[15]="Constant";
86
 
87
 
88
 
89
bt[0]="Nil";
90
bt[1]="Adr";
91
bt[2]="Char";
92
bt[3]="UChar";
93
bt[4]="Short";
94
bt[5]="UShort";
95
bt[6]="Int";
96
bt[7]="UInt";
97
bt[8]="Long";
98
bt[9]="ULong";
99
bt[10]="Float";
100
bt[11]="Double";
101
bt[12]="Struct";
102
bt[13]="Union";
103
bt[14]="Enum";
104
bt[15]="Typedef";
105
bt[16]="Range";
106
bt[17]="Set";
107
bt[18]="Complex";
108
bt[19]="DComplex";
109
bt[20]="Indirect";
110
bt[21]="FixedDec";
111
bt[22]="FloatDec";
112
bt[23]="String";
113
bt[24]="Bit";
114
bt[25]="Picture";
115
bt[26]= "Void" ; 	
116
bt[27]= "PtrMem";
117
bt[28] = "Vptr"	;	
118
bt[29] = "Class";
119
bt[30] = "Long64";	
120
bt[31] = "ULong64";	
121
bt[32] = "LongLong64";	
122
bt[33] = "ULongLong64";	
123
bt[34] =  "Adr64";	
124
bt[35] ="PlainChar";
125
bt[36] ="LongDouble"; 
126
 
127
tq[0]="\b";
128
tq[1]="Ptr";
129
tq[2]="Proc";
130
tq[3]="Array";
131
tq[4]="Vol";