new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / struct / beautify / b.h
/*-
* %sccs.include.proprietary.c%
*
* @(#)b.h 5.1 (Berkeley) %G%
*/
extern int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
extern int xxlineno; /* # of lines already output */
#define xxtop 100 /* max size of xxstack */
extern int xxstind, xxstack[xxtop], xxlablast, xxt;
struct node
{int op;
char *lit;
struct node *left;
struct node *right;
};