Pristine Ack-5.5
[Ack-5.5.git] / util / ego / cf / cf.h
1 /* $Id: cf.h,v 1.5 1994/06/24 10:20:15 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /*  C O N T R O L   F L O W  */
7
8 /* Macro's for extended data structures: */
9
10 #define B_SEMI          b_extend->bx_cf.bx_semi
11 #define B_PARENT        b_extend->bx_cf.bx_parent
12 #define B_BUCKET        b_extend->bx_cf.bx_bucket
13 #define B_ANCESTOR      b_extend->bx_cf.bx_ancestor
14 #define B_LABEL         b_extend->bx_cf.bx_label
15
16 #define LP_BLOCKS       lp_extend->lpx_cf.lpx_blocks
17 #define LP_COUNT        lp_extend->lpx_cf.lpx_count
18 #define LP_MESSY        lp_extend->lpx_cf.lpx_messy
19
20 #define newcflpx()      (lpext_p) newstruct(lpext_cf)
21 #define oldcflpx(x)     oldstruct(lpext_cf,x)