K 10
svn:author
V 3
wes
K 8
svn:date
V 27
2006-11-28T08:36:15.000000Z
K 7
svn:log
V 379
Eliminate warnings from function prototype mismatches.  Include
stdlib.h and strings.h where needed to get system/compiler definitions
of malloc, bcopy, and bzero instead of relying on 20-year-old wrong
definitions in the code.  The snobol interpreter itself is chock full
of pointer to int type punning and is likely to fail in hard-to-debug
ways on non-VAX-like architectures.

END
