Software Package:       
	Vax-Basic

Release/Version:
	N/A.

Retrieved from:
	N/A.

Bug reports:
	This software package is maintained by both BSDI and the
	software contributor.  Please send any bug reports to both
	support@BSDI.COM and to the electronic addresses listed in
	the two README files.

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

RCS file: /master/contrib/basic/structs.h,v
retrieving revision 1.2
diff -c -r1.2 structs.h
*** 1.2	1994/10/19 21:02:42
--- structs.h	1995/07/28 13:05:03
***************
*** 108,114 ****
  extern struct tree_node *NextData;
  extern long    DataPC;
  extern int     DataCount;
- extern char   *malloc (), *calloc (), *realloc ();
  
  #define TabCount(w)	(w>>3)
  #define SpaceCount(w)	(w & 7)
--- 108,113 ----
