Date : Fri, 27 Aug 1982 02:15:28-EDT (Fri)
From : Rick Conn <rconn@BRL>
Subject: Slight Mod to CHDIR C and DEVICE C
Some users have mentioned that they have had trouble com-
piling the uploaded CHDIR.C and DEVICE.C sources. In writing the
original programs, I used a '\8' (8 decimal) as opposed to a
'\010' (8 octal) to represent the backspace char, and this worked
fine under my V1.42 BDS C compiler but has trouble under V1.46 of
BDS C.
To correct this non-standard, I've uploaded new copies of
CHDIR.C and DEVICE.C to AR36:CPM. Version numbers are the same
as before since exactly the same code is generated (the COM and
HEX files were not changed).
Rick