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:55:47 $
|
|
|
34 |
$Revision: 1.1.1.1 $
|
|
|
35 |
$Log: messages_c.h,v $
|
|
|
36 |
* Revision 1.1.1.1 1998/01/17 15:55:47 release
|
|
|
37 |
* First version to be checked into rolling release.
|
|
|
38 |
*
|
|
|
39 |
* Revision 1.2 1995/06/08 14:49:19 currie
|
|
|
40 |
* changes derived from ver 3
|
|
|
41 |
*
|
|
|
42 |
* Revision 1.1 1995/04/06 10:44:05 currie
|
|
|
43 |
* Initial revision
|
|
|
44 |
*
|
|
|
45 |
***********************************************************************/
|
|
|
46 |
#ifndef mess_c_key
|
|
|
47 |
#define mess_c_key
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
#define ILLEGAL_ALIGNMENT "illegal alignment"
|
|
|
52 |
#define INCOMPLETE_ALIGNMENT_EQS "incomplete alignment equations"
|
|
|
53 |
#define ILLEGAL_FLADD "illegal floating add constants"
|
|
|
54 |
#define ILLEGAL_FLMULT "illegal floating mult constants"
|
|
|
55 |
#define ADD_OUT_OF_BOUNDS "constant addition out of bounds, consider using -nepc"
|
|
|
56 |
#define MULT_OUT_OF_BOUNDS "constant mult out of bounds, consider using -nepc"
|
|
|
57 |
#define BAD_SHAPE "impossible shape found"
|
|
|
58 |
#define CONSTC_ERROR "unanticipated component"
|
|
|
59 |
#define CASE_OVERLAP "case tags overlap"
|
|
|
60 |
#define BIG_FLPT "floating point number too big"
|
|
|
61 |
#define FLPT_TO_INT_ERROR "flpt too big to round to int"
|
|
|
62 |
#define TOO_MANY_BITS "too many bits in bitfield"
|
|
|
63 |
#define NO_EXP_EXTENSION "no exp extension"
|
|
|
64 |
#define CHSH_ABS "check_shape: abs"
|
|
|
65 |
#define CHSH_ADDPTR "check_shape: add_to_ptr"
|
|
|
66 |
#define CHSH_AND "check_shape: and"
|
|
|
67 |
#define CHSH_APPLY "check_shape: apply_proc"
|
|
|
68 |
#define CHSH_ASSIGN "check_shape: assign"
|
|
|
69 |
#define CHSH_ASSIGN_VOL "check_shape: assign to volatile"
|
|
|
70 |
#define CHSH_BFASS "check_shape: bitfield_assign"
|
|
|
71 |
#define CHSH_BFCONT "check_shape: bitfield_contents"
|
|
|
72 |
#define CHSH_CASE "check_shape: case"
|
|
|
73 |
#define CHSH_CHBITFIELD "check_shape: change_bitfield_to_int"
|
|
|
74 |
#define CHSH_CHFL "check_shape: change_floating_variety"
|
|
|
75 |
#define CHSH_CHINTBF "check_shape: change_int_to_bitfield"
|
|
|
76 |
#define CHSH_CHVAR "check_shape: change_variety"
|
|
|
77 |
#define CHSH_COMPONENT "check_shape: component"
|
|
|
78 |
#define CHSH_CONCATNOF "check_shape: concat_nof"
|
|
|
79 |
#define CHSH_CONJUGATE "check_shape: complex_conjugate"
|
|
|
80 |
#define CHSH_CONTENTS "check_shape: contents"
|
|
|
81 |
#define CHSH_CONTENTS_VOL "check_shape: contents of volatile"
|
|
|
82 |
#define CHSH_DIV0 "check_shape: div0"
|
|
|
83 |
#define CHSH_DIV1 "check_shape: div1"
|
|
|
84 |
#define CHSH_DIV2 "check_shape: div2"
|
|
|
85 |
#define CHSH_FLINT "check_shape: float_int"
|
|
|
86 |
#define CHSH_FLABS "check_shape: floating_abs"
|
|
|
87 |
#define CHSH_FLDIV "check_shape: floating_div"
|
|
|
88 |
#define CHSH_FLMINUS "check_shape: floating_minus"
|
|
|
89 |
#define CHSH_FLMAX "check_shape: floating_maximum"
|
|
|
90 |
#define CHSH_FLMIN "check_shape: floating_minimum"
|
|
|
91 |
#define CHSH_FLMULT "check_shape: floating_mult"
|
|
|
92 |
#define CHSH_FLNEGATE "check_shape: floating_negate"
|
|
|
93 |
#define CHSH_FLPLUS "check_shape: floating_plus"
|
|
|
94 |
#define CHSH_FLPOWER "check_shape: floating_power"
|
|
|
95 |
#define CHSH_FLTEST "check_shape: floating_test"
|
|
|
96 |
#define CHSH_GOLOCALLV "check_shape: goto_local_lv"
|
|
|
97 |
#define CHSH_IMAG "check_shape: imaginary part"
|
|
|
98 |
#define CHSH_INTTEST "check_shape: integer_test"
|
|
|
99 |
#define CHSH_LOCALLOC "check_shape: local_alloc"
|
|
|
100 |
#define CHSH_LOCFREE "check_shape: local_free"
|
|
|
101 |
#define CHSH_LVTEST "check_shape: local_lv_test"
|
|
|
102 |
#define CHSH_LONGJUMP "check_shape: long_jump"
|
|
|
103 |
#define CHSH_MAKECPD "check_shape: make_compound"
|
|
|
104 |
#define BAD_BASE "flpt base not 2,4,8,10,16"
|
|
|
105 |
#define BIG_32 "integer too big"
|
|
|
106 |
#define CHSH_MAKE_PROC "check_shape: make_proc, result shape must be bottom"
|
|
|
107 |
#define CHSH_MAKENOF "check_shape: make_nof"
|
|
|
108 |
#define CHSH_MAKE_COMPLEX "check_shape: make_complex"
|
|
|
109 |
#define CHSH_MINUS "check_shape: minus"
|
|
|
110 |
#define CHSH_MAX "check_shape: max"
|
|
|
111 |
#define CHSH_MIN "check_shape: min"
|
|
|
112 |
#define CHSH_MOVESOME "check_shape: move_some"
|
|
|
113 |
#define CHSH_MULT "check_shape: mult"
|
|
|
114 |
#define CHSH_NEGATE "check_shape: negate"
|
|
|
115 |
#define CHSH_NOT "check_shape: not"
|
|
|
116 |
#define UNDEF_TAG "using undefined tag"
|
|
|
117 |
#define CHSH_OFFSETADD "check_shape: offset_add"
|
|
|
118 |
#define CHSH_OFFSETDIV "check_shape: offset_div"
|
|
|
119 |
#define CHSH_OFFSETDIVINT "check_shape: offset_div_by_int"
|
|
|
120 |
#define CHSH_OFFSETMAX "check_shape: offset_max"
|
|
|
121 |
#define CHSH_OFFSETMULT "check_shape: offset_mult"
|
|
|
122 |
#define CHSH_OFFSETNEG "check_shape: offset_negate"
|
|
|
123 |
#define CHSH_OFFSETPAD "check_shape: offset_pad"
|
|
|
124 |
#define CHSH_OFFSETPADEXP "check_shape: offset_pad_exp"
|
|
|
125 |
#define CHSH_OFFSETTEST "check_shape: offset_test"
|
|
|
126 |
#define CHSH_OR "check_shape: or"
|
|
|
127 |
#define CHSH_PLUS "check_shape: plus"
|
|
|
128 |
#define CHSH_POWER "check_shape: power"
|
|
|
129 |
#define CHSH_PTRTEST "check_shape: pointer_test"
|
|
|
130 |
#define CHSH_PROCTEST "check_shape: proc_test"
|
|
|
131 |
#define CHSH_REAL "check_shape: real part"
|
|
|
132 |
#define CHSH_REM0 "check_shape: rem0"
|
|
|
133 |
#define CHSH_REM1 "check_shape: rem1"
|
|
|
134 |
#define CHSH_REM2 "check_shape: rem2"
|
|
|
135 |
#define CHSH_ROTL "check_shape: rotate_left"
|
|
|
136 |
#define CHSH_ROTR "check_shape: rotate_right"
|
|
|
137 |
#define CHSH_ROUND "check_shape: round_with_mode"
|
|
|
138 |
#define CHSH_SHL "check_shape: shift_left"
|
|
|
139 |
#define CHSH_SHR "check_shape: shift_right"
|
|
|
140 |
#define CHSH_XOR "check_shape: xor"
|
|
|
141 |
#define ILLCOMPNAT "illegal computed nat"
|
|
|
142 |
#define ILLNAT "constant out of range"
|
|
|
143 |
#define ILLCPDOFFSET "non constant offset param for compound"
|
|
|
144 |
#define ILLOFF2 "illegal offset second arg"
|
|
|
145 |
#define ILLOFF1 "illegal offset first arg"
|
|
|
146 |
#define ILLALIGN "illegal alignment"
|
|
|
147 |
#define ILLCOMPSNAT "illegal computed signed nat"
|
|
|
148 |
#define BAD_LONG_AL "illegal value for alignment"
|
|
|
149 |
#define ILL_OFFSETPAD "unknown alignment in offset_pad"
|
|
|
150 |
#define BASE_NOT_10 "flpt base not 10"
|
|
|
151 |
#define WRONG_VERSION "Wrong TDF version for this installer"
|
|
|
152 |
#define TOO_BIG_A_VECTOR "too big a vector"
|
|
|
153 |
#define TOO_BIG_A_VARIETY "too big a variety"
|
|
|
154 |
#define TOO_BIG_A_CASE_ELEMENT "too big a case element"
|
|
|
155 |
#define BAD_FLOATING_VAR "unimplemented floating variety"
|
|
|
156 |
#define WIDTH_ERROR "bad 64 bit number"
|
|
|
157 |
#define WRONG_64 "bad variety width"
|
|
|
158 |
|
|
|
159 |
#endif
|