1 /* $Id: parierr.h 5674 2004-06-23 17:02:01Z kb $
2 
3 Copyright (C) 2000  The PARI group.
4 
5 This file is part of the PARI/GP package.
6 
7 PARI/GP is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
9 Foundation. It is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY WHATSOEVER.
11 
12 Check the License for details. You should have received a copy of it, along
13 with the package; see the file 'COPYING'. If not, write to the Free Software
14 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
15 
16 enum {
17   cant_deflate = 1,	/* Force errors into non-0 */
18 
19 /* Always catched up to this point */
20 
21   caracer1,
22   paramer1, varer1, obsoler, openfiler, talker2,
23 
24 /* NO CONTEXT now */
25 
26   talker, flagerr, warner, warnprec, warnfile,
27   accurer, bugparier, impl, archer, warnmem, precer,
28 
29   siginter, typeer, consister, user,
30 
31 /* mp.s ou mp.c */
32 
33   affer2, affer3,
34 
35   errpile, errlg, errexpo, errvalp, rtodber,
36 
37 /* alglin.c */
38 
39   matinv1, mattype1,
40 
41 /* anal.c   */
42 
43   valencer1,
44 
45 /* arith.c  */
46 
47   arither1, primer1, primer2, invmoder,
48 
49 /* base.c   */
50   constpoler, notpoler, redpoler, zeropoler,
51 
52 /* bibli.c  */
53 
54   intger2, lllger3,
55 
56 /* elliptic.c */
57 
58   elliper1,
59 
60 /* gen.c */
61   operi, operf, gdiver, overwriter,
62 
63 /* init.c */
64 
65   memer,
66 
67 /* trans.c */
68 
69   infprecer, negexper, sqrter5,
70 
71 /* PAS D'ERREUR */
72 
73   noer
74 };
75