From dpwe@media-lab.media.mit.edu Mon Mar 12 17:56:43 1990
Received: from media-lab.media.mit.edu by EMS.MEDIA.MIT.EDU (5.59/4.8)  id AA24529; Mon, 12 Mar 90 17:56:40 EST
Received: by media-lab (5.57/4.8)  id AA13994; Mon, 12 Mar 90 17:58:32 EST
Date: Mon, 12 Mar 90 17:58:32 EST
From: Dan Ellis <dpwe@media-lab.media.mit.edu>
Message-Id: <9003122258.AA13994@media-lab>
To: bv@EMS.MEDIA.MIT.EDU
In-Reply-To: Barry Vercoe's message of Mon, 12 Mar 90 12:57:01 EST
Subject: /src/local/csound
Status: R

There's this outrageous bug in the first line of auxfd.c - there's no
open-comment (/*) !  THINKC must be the only compiler that bothers
to check the rest of a #include line.

PI is defined in fft.h - it shoudn't be; it is already defined in 
math.h.

ARGMAX is #defined in both disprep.h and ugens1.h, which are both part
of entry.c

BUFSIZE (in soundio.h) unfortunately conflicts with BUFSIZE and BUFSIZ as
defined in THINKC's <stdio.h>.  I have renamed in SFBUFSIZE in main & soundio.

For file handling, O_TRUNC etc are #defined for THINKC in <io.h> - 
conditionally included in soundio.c, ugens2.c, ugens4.c, ugens6.c.

line() is unfortunately defined as a psuedo-unix graphics primitive under
THINKC.  I have renamed it aline() in ugens1.c and entry.c.

But so far so good.

 Dan.

