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

Usage of this include

Last modified: 1985-08-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1410
Valid CSS Valid XHTML 1.0 Strict