head     1.5;
branch   ;
access   ;
symbols  Version_2_1:1.5 Version_2:1.4 C_Demo_1:1.4;
locks    ; strict;
comment  @ * @;


1.5
date     90.08.14.10.24.00;  author cimarron;  state Exp;
branches ;
next     1.4;

1.4
date     89.09.05.16.51.07;  author mao;  state Version_2;
branches ;
next     1.3;

1.3
date     89.05.01.13.54.58;  author hirohama;  state Exp;
branches ;
next     1.2;

1.2
date     89.03.02.01.55.28;  author goh;  state Stab;
branches ;
next     1.1;

1.1
date     89.02.22.16.12.28;  author goh;  state Exp;
branches ;
next     ;


desc
@@


1.5
log
@added pathnames to header includes
@
text
@#ifndef exceptions_h
#define exceptions_h "$Header: RCS/exceptions.h,v 1.4 89/09/05 16:51:07 mao Version_2 Locker: cimarron $"

#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
@


1.4
log
@Working version of C-only demo
@
text
@d1 2
a2 1
#define exceptions_h "$Header: /usr6/postgres/mao/postgres/src/parser/RCS/exceptions.h,v 1.3 89/05/01 13:54:58 hirohama Exp $"
d4 2
a5 2
#include "exc.h"
#include "excid.h"
d10 1
@


1.3
log
@still here for compatibility reasons
@
text
@d1 1
a1 1
#define exceptions_h "$Header: exceptions.h,v 1.2 89/03/02 01:55:28 hirohama Locked $"
@


1.2
log
@y
@
text
@d1 1
a1 1
#define exceptions_h "$Header: exceptions.h,v 1.1 89/02/22 16:12:28 goh Exp $"
d3 2
a4 1
#include <exception.h>
a8 1
extern Exception CatalogFailure, InternalError, SemanticError, SystemError;
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#define exceptions_h "$Header: exceptions.h,v 1.1 88/12/31 13:07:13 goh Locked $"
@
