1% BEGIN LICENSE BLOCK
2% Version: CMPL 1.1
3%
4% The contents of this file are subject to the Cisco-style Mozilla Public
5% License Version 1.1 (the "License"); you may not use this file except
6% in compliance with the License.  You may obtain a copy of the License
7% at www.eclipse-clp.org/license.
8% 
9% Software distributed under the License is distributed on an "AS IS"
10% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
11% the License for the specific language governing rights and limitations
12% under the License. 
13% 
14% The Original Code is  The ECLiPSe Constraint Logic Programming System. 
15% The Initial Developer of the Original Code is  Cisco Systems, Inc. 
16% Portions created by the Initial Developer are
17% Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
18% 
19% Contributor(s): 
20% 
21% END LICENSE BLOCK
22
23130 & syntax error: illegal head & compiler_error_handler / 2 \\
24131 & syntax error: illegal goal & compiler_error_handler / 2 \\
25132 & syntax error: term of an unknown type & compiler_error_handler / 2 \\
26133 & loading the library  & true / 0 \\
27134 & procedure clauses are not consecutive & compiler_error_handler / 2 \\
28135 & trying to redefine a protected procedure & compiler_error_handler / 2 \\
29136 & trying to redefine a built-in predicate & compiler_error_handler / 2 \\
30137 & trying to redefine a procedure with another type & compiler_error_handler / 2 \\
31138 & singleton local variable in do-loop & singleton_in_loop / 2 \\
32139 & compiled or dumped file message & compiled_file_handler / 3 \\
33140 & undefined instruction & error_handler / 2 \\
34141 & unimplemented functionality & error_handler / 2 \\
35142 & built-in predicate not available on this system & error_handler / 2 \\
36143 & compiled query failed & compiler_error_handler / 2 \\
37144 & a cut is not allowed in a condition & compiler_error_handler / 2 \\
38145 & procedure being redefined in another file & redef_other_file_handler / 2 \\
39146 & start of compilation & true / 0 \\
40147 & compilation aborted & compiler_abort_handler / 3 \\
41148 & bad pragma & pragma_handler / 3 \\
42149 & code unit loaded & unit_loaded_handler / 3 \\
43