4.1cBSD/usr/src/usr.bin/struct/b.h

Compare this file to the similar file:
Show the results in this format:

/*
 *	@(#)b.h	4.1	(Berkeley)	83/02/11
 */
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;
	};