date and time created 88/06/29 21:19:25 by bostic
[unix-history] / usr / src / usr.bin / window / parser.h
CommitLineData
e3752e67 1/*
46e9ea25
KB
2 * Copyright (c) 1983 Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are permitted
6 * provided that this notice is preserved and that due credit is given
7 * to the University of California at Berkeley. The name of the University
8 * may not be used to endorse or promote products derived from this
9 * software without specific prior written permission. This software
10 * is provided ``as is'' without express or implied warranty.
11 *
12 * @(#)parser.h 3.5 (Berkeley) %G%
e3752e67
EW
13 */
14
15#include <stdio.h>
16#include "value.h"
17#include "context.h"
18#include "token.h"
19#include "string.h"
e3752e67
EW
20
21#define p_erred() (cx.x_erred)
22#define p_synerred() (cx.x_synerred)
23#define p_clearerr() (cx.x_erred = cx.x_synerred = 0)
24#define p_abort() (cx.x_abort)