|
7 | 7 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: exc.h,v 1.16 2000/01/26 05:58:38 momjian Exp $ |
| 10 | + * $Id: exc.h,v 1.17 2000/10/28 23:53:01 petere Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
14 | 14 | #ifndefEXC_H
|
15 | 15 | #defineEXC_H
|
16 | 16 |
|
17 |
| -#include<setjmp.h> |
18 |
| - |
19 | 17 | #include"config.h"
|
20 | 18 |
|
| 19 | +#include<setjmp.h> |
| 20 | + |
21 | 21 | externchar*ExcFileName;
|
22 | 22 | externIndexExcLineNumber;
|
23 | 23 |
|
24 |
| -/* |
25 |
| - * ExcMessage and Exception are now defined in c.h |
26 |
| - */ |
27 |
| -#if defined(JMP_BUF) |
28 |
| -typedefjmp_bufExcContext; |
29 |
| - |
30 |
| -#else |
31 | 24 | typedefsigjmp_bufExcContext;
|
32 | 25 |
|
33 |
| -#endif |
34 |
| - |
35 | 26 | typedefException*ExcId;
|
36 | 27 | typedeflongExcDetail;
|
37 | 28 | typedefchar*ExcData;
|
|