Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!nbires!hao!noao!mcdsun!fnf From: fnf@mcdsun.UUCP (Fred Fish) Newsgroups: comp.sys.amiga Subject: Re: aztec 3.40a & vt100 2.6 Message-ID: <258@mcdsun.UUCP> Date: Thu, 5-Mar-87 10:40:27 EST Article-I.D.: mcdsun.258 Posted: Thu Mar 5 10:40:27 1987 Date-Received: Sun, 8-Mar-87 00:52:50 EST References: <637@unccvax.UUCP> Reply-To: fnf@mcdsun.UUCP (Fred Fish) Organization: Motorola Microcomputer Division Lines: 37 In article <637@unccvax.UUCP> fwp@unccvax.UUCP (Rick Pasotto) writes: >4) The new executable does not recognize initialization file commands. > On the workbench screen I get messages like: > > INIT - unknown command: > nuMKEY ON > I had the same problem with 3.30E. It appears to be some sort of compiler problem. It also appears that my original posting of the problem and fix didn't make it out of this site, so here is the text of that previous posting: While compiling Dave's new vt100 version 2.6 with Manx 3.30E, I apparently have stumbled across some sort of compiler bug. In exe_cmd() change the storage class of i and l2 to register, as follows, and the bug goes away. I haven't looked at the generated code to see exactly what is happening (symptoms are no downcasing of the command). 168,172c168,172 ! int i,l2; /* downcase the command */ for (i=0; i