Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
2 7u83 1
/*
7 7u83 2
 * Copyright (c) 2002-2005 The TenDRA Project <http://www.tendra.org/>.
3
 * All rights reserved.
4
 *
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions are met:
7
 *
8
 * 1. Redistributions of source code must retain the above copyright notice,
9
 *    this list of conditions and the following disclaimer.
10
 * 2. Redistributions in binary form must reproduce the above copyright notice,
11
 *    this list of conditions and the following disclaimer in the documentation
12
 *    and/or other materials provided with the distribution.
13
 * 3. Neither the name of The TenDRA Project nor the names of its contributors
14
 *    may be used to endorse or promote products derived from this software
15
 *    without specific, prior written permission.
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
18
 * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
19
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
21
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
 * EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
 *
29
 * $Id$
30
 */
31
/*
2 7u83 32
    		 Crown Copyright (c) 1997
7 7u83 33
 
2 7u83 34
    This TenDRA(r) Computer Program is subject to Copyright
35
    owned by the United Kingdom Secretary of State for Defence
36
    acting through the Defence Evaluation and Research Agency
37
    (DERA).  It is made available to Recipients with a
38
    royalty-free licence for its use, reproduction, transfer
39
    to other parties and amendment for any purpose not excluding
40
    product development provided that any such use et cetera
41
    shall be deemed to be acceptance of the following conditions:-
7 7u83 42
 
2 7u83 43
        (1) Its Recipients shall ensure that this Notice is
44
        reproduced upon any copies or amended versions of it;
7 7u83 45
 
2 7u83 46
        (2) Any amended version of it shall be clearly marked to
47
        show both the nature of and the organisation responsible
48
        for the relevant amendment or amendments;
7 7u83 49
 
2 7u83 50
        (3) Its onward transfer from a recipient to another
51
        party shall be deemed to be that party's acceptance of
52
        these conditions;
7 7u83 53
 
2 7u83 54
        (4) DERA gives no warranty or assurance as to its
55
        quality or suitability for any purpose and DERA accepts
56
        no liability whatsoever in relation to any use to which
57
        it may be put.
58
*/
59
 
60
 
61
/**********************************************************************
62
$Author: release $
63
$Date: 1998/01/17 15:55:45 $
64
$Revision: 1.1.1.1 $
65
$Log: messages_r.h,v $
66
 * Revision 1.1.1.1  1998/01/17  15:55:45  release
67
 * First version to be checked into rolling release.
68
 *
69
 * Revision 1.4  1997/12/04  19:49:55  pwe
70
 * ANDF-DE V1.9
71
 *
72
 * Revision 1.3  1997/10/23  09:29:40  pwe
73
 * ANDF-DE v1.7
74
 *
75
 * Revision 1.2  1997/08/23  13:30:44  pwe
76
 * no invert order, and initial ANDF-DE
77
 *
78
 * Revision 1.1  1995/04/06  10:43:34  currie
79
 * Initial revision
80
 *
81
***********************************************************************/
82
#ifndef mess_r_key
83
#define mess_r_key 1
84
 
85
 
86
 
87
#define READ_PAST_END "read past end of encoding"
88
#define CANT_OPEN_FILE "can't open file"
89
#define ILLEGAL_CODE_al_tag "illegal code for al_tag"
90
#define ILLEGAL_CODE_access "illegal code for access"
91
#define ILLEGAL_CODE_al_tagdef "illegal code for al_tagdef"
92
#define ILLEGAL_CODE_alignment "illegal code for alignment"
93
#define ILLEGAL_CODE_bitfield_variety "illegal code for bitfield variety"
94
#define ILLEGAL_CODE_bool "illegal_code for bool"
95
#define ILLEGAL_CODE_error_treatment "illegal code for error treatment"
96
#define ILLEGAL_CODE_exp "illegal code for exp"
97
#define ILLEGAL_CODE_external "illegal code for external"
98
#define ILLEGAL_CODE_floating_variety "illegal code for floating variety"
99
#define ILLEGAL_CODE_label "illegal code for label"
100
#define ILLEGAL_CODE_nat "illegal code for nat"
101
#define ILLEGAL_CODE_ntest "illegal code for ntest"
102
#define ILLEGAL_CODE_rounding_mode "illegal code for rounding mode"
103
#define ILLEGAL_CODE_nat "illegal code for nat"
104
#define ILLEGAL_CODE_ntest "illegal code for ntest"
105
#define ILLEGAL_CODE_rounding_mode "illegal code for rounding mode"
106
#define ILLEGAL_CODE_shape "illegal code for shape"
107
#define ILLEGAL_CODE_signed_nat "illegal code for signed nat"
108
#define ILLEGAL_CODE_sortname "illegal code for sortname"
109
#define ILLEGAL_CODE_tag "illegal code for tag"
110
#define ILLEGAL_CODE_tagdec "illegal code for tagdec"
111
#define ILLEGAL_CODE_tagdef "illegal code for tagdef"
112
#define ILLEGAL_CODE_tokdec "illegal code for tokdec"
113
#define ILLEGAL_CODE_tokdef "illegal code for tokdef"
114
#define ILLEGAL_CODE_token "illegal code for token"
115
#define ILLEGAL_CODE_transfer_mode "illegal code for transfer_mode"
116
#define ILLEGAL_CODE_variety "illegal code for variety"
117
#define ILLEGAL_CODE_version "illegal code for version"
118
#define MULTIPLE_DEFS "multiple incompatible definitions"
119
#define CONTROL_EXP "illegal control expression"
120
#define VARIABLE_TYPE "illegal variable type"
121
#define LINK_TYPE "illegal link type"
122
#define DIV0_SHAPE "check_shape: div0"
123
#define UNDEFINED_TOK "use of undefined token - fatal error"
124
#define RECURSIVE_TOK "recursive use of token - fatal error"
125
#define NO_MEMORY "not enough memory to install"
126
#define SORT_NAME "illegal sort name"
127
#define NOT_COMMON_DEC "multiple declaration, but not common"
128
#define NOT_COMMON_DEF "multiple definition, but not common"
129
#define ILLEGAL_CODE_diag_descriptor "illegal code for diag_descriptor"
130
#define ILLEGAL_CODE_diag_type "illegal code for diag_type"
131
#define ILLEGAL_CODE_diag_tagdef "illegal code for diag_tagdef"
132
#define ILLEGAL_CODE_diag_tq "illegal code for diag_tq"
133
#define ILLEGAL_CODE_filename "illegal code for filename"
134
#define ILLEGAL_CODE_sourcemark "illegal code for sourcemark"
135
#define ILLEGAL_CODE_diag_tag "illegal code for diag_tag"
136
#define ILLEGAL_CODE_linkinfo "illegal code for linkinfo"
137
#define NO_BIG_STRINGS "no strings of more than 64 bits"
138
#define ILLEGAL_CODE_callees "illegal code for callees"
139
#define ILLEGAL_CODE_error_code "illegal code for error_code"
140
#define ILLEGAL_CODE_string "illegal code for string"
141
#define ILLEGAL_CODE_procprops "illegal code for procprops"
142
#define ILLEGAL_CODE_otagexp "illegal code for otagexp"
143
#define ILLEGAL_CODE_token_defn "illegal code for token_defn"
144
 
145
#define ILLEGAL_CODE_dg "illegal code for dg"
146
#define ILLEGAL_CODE_dg_accessibility "illegal code for dg_accessibility"
147
#define ILLEGAL_CODE_dg_actual_param "illegal code for dg_actual_param"
148
#define ILLEGAL_CODE_dg_append "illegal code for dg_append"
149
#define ILLEGAL_CODE_dg_bound "illegal code for dg_bound"
150
#define ILLEGAL_CODE_dg_class_base "illegal code for dg_class_base"
151
#define ILLEGAL_CODE_dg_classmem "illegal code for dg_classmem"
152
#define ILLEGAL_CODE_dg_compilation "illegal code for dg_compilation"
153
#define ILLEGAL_CODE_dg_constraint "illegal code for dg_constraint"
154
#define ILLEGAL_CODE_dg_default "illegal code for dg_default"
155
#define ILLEGAL_CODE_dg_dim "illegal code for dg_dim"
156
#define ILLEGAL_CODE_dg_discrim "illegal code for dg_discrim"
157
#define ILLEGAL_CODE_dg_enum "illegal code for dg_enum"
158
#define ILLEGAL_CODE_dg_filename "illegal code for dg_filename"
159
#define ILLEGAL_CODE_dg_idname "illegal code for dg_idname"
160
#define ILLEGAL_CODE_dg_macro "illegal code for dg_macro"
161
#define ILLEGAL_CODE_dg_name "illegal code for dg_name"
162
#define ILLEGAL_CODE_dg_namelist "illegal code for dg_namelist"
163
#define ILLEGAL_CODE_dg_param "illegal code for dg_param"
164
#define ILLEGAL_CODE_dg_param_mode "illegal code for dg_param_mode"
165
#define ILLEGAL_CODE_dg_qualifier "illegal code for dg_qualifier"
166
#define ILLEGAL_CODE_dg_sourcepos "illegal code for dg_sourcepos"
167
#define ILLEGAL_CODE_dg_tag "illegal code for dg_tag"
168
#define ILLEGAL_CODE_dg_type "illegal code for dg_type"
169
#define ILLEGAL_CODE_dg_variant "illegal code for dg_variant"
170
#define ILLEGAL_CODE_dg_varpart "illegal code for dg_varpart"
171
#define ILLEGAL_CODE_dg_virtuality "illegal code for dg_virtuality"
172
 
173
#endif