home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre4.z
/
postgre4
/
src
/
parser
/
exceptions.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-27
|
303 b
|
11 lines
#ifndef exceptions_h
#define exceptions_h "$Header: /private/postgres/src/parser/RCS/exceptions.h,v 1.5 1990/08/14 10:24:00 cimarron Exp $"
#include "utils/exc.h"
#include "utils/excid.h"
/* All raises in parser are in this form */
#define p_raise(X, Y) raise4((X), 0, NULL, (Y))
#endif exceptions_h