This directory contains Lisp and C files for compiling and running
XLISP-STAT on the Macintosh with Think C 7.0 or MPW 3.2 C. 

For compiling under Think C the project file is set up for compiling
the 68881 version, 8 byte floats and 4 byte ints.

For compiling under MPWC change the variable definitions at the
beginning of the make file to select the 68020/68881 version or the
generic verion.

Apparently the newest version of MPW C (3.3 or something) introduces a
feature that one ought not nest ones defines to deeply, i.e. it stops
expanding after a certain number. Needless to say, the results are not
good for this code.

