Date : Fri, 03 May 1985104:02:00-MDT
From : MAX.HARTMAN@ames-vmsb.ARPA
Subject: --- squ-port: non port ---
The following files needed to be modified to work with DECUS C compiler
on VAX/VMS.
sqio.c
tr1.c
tr2.c
usq.c
utr.c
The modification was minor, each statement of form:
return x;
is required to have a parenthesized expression:
return (x);
this change will not affect adversely any compiler I know of
(and it is better style anyway...) so I suggest that it be
added into the source (SIMTEL20 - micro:<unix.cpm>sq-port.shar)
when it is convenient
-Richard Hartman
<address changing soon>