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:45 $
|
|
|
34 |
$Revision: 1.1.1.1 $
|
|
|
35 |
$Log: messages_r.h,v $
|
|
|
36 |
* Revision 1.1.1.1 1998/01/17 15:55:45 release
|
|
|
37 |
* First version to be checked into rolling release.
|
|
|
38 |
*
|
|
|
39 |
* Revision 1.4 1997/12/04 19:49:55 pwe
|
|
|
40 |
* ANDF-DE V1.9
|
|
|
41 |
*
|
|
|
42 |
* Revision 1.3 1997/10/23 09:29:40 pwe
|
|
|
43 |
* ANDF-DE v1.7
|
|
|
44 |
*
|
|
|
45 |
* Revision 1.2 1997/08/23 13:30:44 pwe
|
|
|
46 |
* no invert order, and initial ANDF-DE
|
|
|
47 |
*
|
|
|
48 |
* Revision 1.1 1995/04/06 10:43:34 currie
|
|
|
49 |
* Initial revision
|
|
|
50 |
*
|
|
|
51 |
***********************************************************************/
|
|
|
52 |
#ifndef mess_r_key
|
|
|
53 |
#define mess_r_key 1
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
|
|
|
57 |
#define READ_PAST_END "read past end of encoding"
|
|
|
58 |
#define CANT_OPEN_FILE "can't open file"
|
|
|
59 |
#define ILLEGAL_CODE_al_tag "illegal code for al_tag"
|
|
|
60 |
#define ILLEGAL_CODE_access "illegal code for access"
|
|
|
61 |
#define ILLEGAL_CODE_al_tagdef "illegal code for al_tagdef"
|
|
|
62 |
#define ILLEGAL_CODE_alignment "illegal code for alignment"
|
|
|
63 |
#define ILLEGAL_CODE_bitfield_variety "illegal code for bitfield variety"
|
|
|
64 |
#define ILLEGAL_CODE_bool "illegal_code for bool"
|
|
|
65 |
#define ILLEGAL_CODE_error_treatment "illegal code for error treatment"
|
|
|
66 |
#define ILLEGAL_CODE_exp "illegal code for exp"
|
|
|
67 |
#define ILLEGAL_CODE_external "illegal code for external"
|
|
|
68 |
#define ILLEGAL_CODE_floating_variety "illegal code for floating variety"
|
|
|
69 |
#define ILLEGAL_CODE_label "illegal code for label"
|
|
|
70 |
#define ILLEGAL_CODE_nat "illegal code for nat"
|
|
|
71 |
#define ILLEGAL_CODE_ntest "illegal code for ntest"
|
|
|
72 |
#define ILLEGAL_CODE_rounding_mode "illegal code for rounding mode"
|
|
|
73 |
#define ILLEGAL_CODE_nat "illegal code for nat"
|
|
|
74 |
#define ILLEGAL_CODE_ntest "illegal code for ntest"
|
|
|
75 |
#define ILLEGAL_CODE_rounding_mode "illegal code for rounding mode"
|
|
|
76 |
#define ILLEGAL_CODE_shape "illegal code for shape"
|
|
|
77 |
#define ILLEGAL_CODE_signed_nat "illegal code for signed nat"
|
|
|
78 |
#define ILLEGAL_CODE_sortname "illegal code for sortname"
|
|
|
79 |
#define ILLEGAL_CODE_tag "illegal code for tag"
|
|
|
80 |
#define ILLEGAL_CODE_tagdec "illegal code for tagdec"
|
|
|
81 |
#define ILLEGAL_CODE_tagdef "illegal code for tagdef"
|
|
|
82 |
#define ILLEGAL_CODE_tokdec "illegal code for tokdec"
|
|
|
83 |
#define ILLEGAL_CODE_tokdef "illegal code for tokdef"
|
|
|
84 |
#define ILLEGAL_CODE_token "illegal code for token"
|
|
|
85 |
#define ILLEGAL_CODE_transfer_mode "illegal code for transfer_mode"
|
|
|
86 |
#define ILLEGAL_CODE_variety "illegal code for variety"
|
|
|
87 |
#define ILLEGAL_CODE_version "illegal code for version"
|
|
|
88 |
#define MULTIPLE_DEFS "multiple incompatible definitions"
|
|
|
89 |
#define CONTROL_EXP "illegal control expression"
|
|
|
90 |
#define VARIABLE_TYPE "illegal variable type"
|
|
|
91 |
#define LINK_TYPE "illegal link type"
|
|
|
92 |
#define DIV0_SHAPE "check_shape: div0"
|
|
|
93 |
#define UNDEFINED_TOK "use of undefined token - fatal error"
|
|
|
94 |
#define RECURSIVE_TOK "recursive use of token - fatal error"
|
|
|
95 |
#define NO_MEMORY "not enough memory to install"
|
|
|
96 |
#define SORT_NAME "illegal sort name"
|
|
|
97 |
#define NOT_COMMON_DEC "multiple declaration, but not common"
|
|
|
98 |
#define NOT_COMMON_DEF "multiple definition, but not common"
|
|
|
99 |
#define ILLEGAL_CODE_diag_descriptor "illegal code for diag_descriptor"
|
|
|
100 |
#define ILLEGAL_CODE_diag_type "illegal code for diag_type"
|
|
|
101 |
#define ILLEGAL_CODE_diag_tagdef "illegal code for diag_tagdef"
|
|
|
102 |
#define ILLEGAL_CODE_diag_tq "illegal code for diag_tq"
|
|
|
103 |
#define ILLEGAL_CODE_filename "illegal code for filename"
|
|
|
104 |
#define ILLEGAL_CODE_sourcemark "illegal code for sourcemark"
|
|
|
105 |
#define ILLEGAL_CODE_diag_tag "illegal code for diag_tag"
|
|
|
106 |
#define ILLEGAL_CODE_linkinfo "illegal code for linkinfo"
|
|
|
107 |
#define NO_BIG_STRINGS "no strings of more than 64 bits"
|
|
|
108 |
#define ILLEGAL_CODE_callees "illegal code for callees"
|
|
|
109 |
#define ILLEGAL_CODE_error_code "illegal code for error_code"
|
|
|
110 |
#define ILLEGAL_CODE_string "illegal code for string"
|
|
|
111 |
#define ILLEGAL_CODE_procprops "illegal code for procprops"
|
|
|
112 |
#define ILLEGAL_CODE_otagexp "illegal code for otagexp"
|
|
|
113 |
#define ILLEGAL_CODE_token_defn "illegal code for token_defn"
|
|
|
114 |
|
|
|
115 |
#define ILLEGAL_CODE_dg "illegal code for dg"
|
|
|
116 |
#define ILLEGAL_CODE_dg_accessibility "illegal code for dg_accessibility"
|
|
|
117 |
#define ILLEGAL_CODE_dg_actual_param "illegal code for dg_actual_param"
|
|
|
118 |
#define ILLEGAL_CODE_dg_append "illegal code for dg_append"
|
|
|
119 |
#define ILLEGAL_CODE_dg_bound "illegal code for dg_bound"
|
|
|
120 |
#define ILLEGAL_CODE_dg_class_base "illegal code for dg_class_base"
|
|
|
121 |
#define ILLEGAL_CODE_dg_classmem "illegal code for dg_classmem"
|
|
|
122 |
#define ILLEGAL_CODE_dg_compilation "illegal code for dg_compilation"
|
|
|
123 |
#define ILLEGAL_CODE_dg_constraint "illegal code for dg_constraint"
|
|
|
124 |
#define ILLEGAL_CODE_dg_default "illegal code for dg_default"
|
|
|
125 |
#define ILLEGAL_CODE_dg_dim "illegal code for dg_dim"
|
|
|
126 |
#define ILLEGAL_CODE_dg_discrim "illegal code for dg_discrim"
|
|
|
127 |
#define ILLEGAL_CODE_dg_enum "illegal code for dg_enum"
|
|
|
128 |
#define ILLEGAL_CODE_dg_filename "illegal code for dg_filename"
|
|
|
129 |
#define ILLEGAL_CODE_dg_idname "illegal code for dg_idname"
|
|
|
130 |
#define ILLEGAL_CODE_dg_macro "illegal code for dg_macro"
|
|
|
131 |
#define ILLEGAL_CODE_dg_name "illegal code for dg_name"
|
|
|
132 |
#define ILLEGAL_CODE_dg_namelist "illegal code for dg_namelist"
|
|
|
133 |
#define ILLEGAL_CODE_dg_param "illegal code for dg_param"
|
|
|
134 |
#define ILLEGAL_CODE_dg_param_mode "illegal code for dg_param_mode"
|
|
|
135 |
#define ILLEGAL_CODE_dg_qualifier "illegal code for dg_qualifier"
|
|
|
136 |
#define ILLEGAL_CODE_dg_sourcepos "illegal code for dg_sourcepos"
|
|
|
137 |
#define ILLEGAL_CODE_dg_tag "illegal code for dg_tag"
|
|
|
138 |
#define ILLEGAL_CODE_dg_type "illegal code for dg_type"
|
|
|
139 |
#define ILLEGAL_CODE_dg_variant "illegal code for dg_variant"
|
|
|
140 |
#define ILLEGAL_CODE_dg_varpart "illegal code for dg_varpart"
|
|
|
141 |
#define ILLEGAL_CODE_dg_virtuality "illegal code for dg_virtuality"
|
|
|
142 |
|
|
|
143 |
#endif
|