date and time created 83/02/11 15:45:02 by rrh
[unix-history] / usr / src / usr.bin / struct / beautify / bdef.c
CommitLineData
e160f0ab
RH
1#ifndef lint
2static char sccsid[] = "@(#)bdef.c 4.1 (Berkeley) %G%";
3#endif not lint
4
5#define xxtop 100 /* max size of xxstack */
6int xxindent, xxval, newflag, xxmaxchars, xxbpertab;
7int xxlineno; /* # of lines already output */
8int xxstind, xxstack[xxtop], xxlablast, xxt;