1987-04-29 10:22:07 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*
|
|
|
|
* Author: Ceriel J.H. Jacobs
|
|
|
|
*/
|
|
|
|
|
1986-06-20 14:36:49 +00:00
|
|
|
/* P A R S E T R E E W A L K E R */
|
|
|
|
|
1987-04-29 10:22:07 +00:00
|
|
|
/* $Header$ */
|
|
|
|
|
1986-06-20 14:36:49 +00:00
|
|
|
/* Definition of WalkNode macro
|
|
|
|
*/
|
|
|
|
|
|
|
|
extern int (*WalkTable[])();
|
|
|
|
|
1987-08-10 21:43:47 +00:00
|
|
|
#define WalkNode(xnd, xlab) (*WalkTable[(xnd)->nd_class])((xnd), (xlab))
|
1986-06-20 14:36:49 +00:00
|
|
|
|
|
|
|
extern label text_label;
|
|
|
|
extern label data_label;
|