date and time created 83/02/11 15:44:59 by rrh
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:44:59 +0000 (23:44 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:44:59 +0000 (23:44 -0800)
SCCS-vsn: usr.bin/struct/beautify/b.h 4.1

usr/src/usr.bin/struct/beautify/b.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/struct/beautify/b.h b/usr/src/usr.bin/struct/beautify/b.h
new file mode 100644 (file)
index 0000000..c03ee9d
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ *     @(#)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;
+       };