1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
2:
3: /*
4: $Header: b3sta.h,v 1.4 85/08/22 16:48:00 timo Exp $
5: */
6:
7: #undef Procedure
8: #define Procedure int
9:
10: Procedure v_formal();
11: Procedure l_formal();
12:
13: extern parsetree pc; /* 'Program counter', current parsetree node */
14: extern parsetree next; /* Next parsetree node (changed by jumps) */
15: extern bool report; /* 'Condition code register', outcome of last test */
16:
17: extern bool noloc; /* Set while evaluating (as opposed to locating)
18: formal parameters of HOW'TOs */
Defined macros
Procedure
defined in line
8; used 17 times
- in line 7-11(3)
- in /usr/src/new/B/src/bint/b3int.c line
397,
405
- in /usr/src/new/B/src/bint/b3sta.c line
159,
265,
275,
336,
409,
432,
441,
469,
478,
487,
504,
541
Usage of this include