#ifndef exceptions_h
#define exceptions_h "$Header: /usr/local/dev/postgres/mastertree/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
