Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!cbmvax!higgin From: higgin@cbmvax.UUCP Newsgroups: comp.sys.amiga Subject: Re: vc Message-ID: <1293@cbmvax.cbmvax.cbm.UUCP> Date: Sun, 25-Jan-87 11:27:34 EST Article-I.D.: cbmvax.1293 Posted: Sun Jan 25 11:27:34 1987 Date-Received: Mon, 26-Jan-87 01:42:46 EST References: <7638@decwrl.DEC.COM> <599@tikal.UUCP> <2107@batcomputer.tn.cornell.edu> <2108@batcomputer.tn.cornell.edu> Reply-To: higgin@cbmvax.UUCP (Paul Higginbottom GUEST) Organization: PDH, Inc. Lines: 30 Keywords: amiga, lattice, manx In article <2108@batcomputer.tn.cornell.edu> hsgj@batcomputer.UUCP (Dan Green) writes: $In article <2107@batcomputer.tn.cornell.edu> I write: $>Argh! I just got bagged by the same error. Does anyone know of a patch $>to interp.c to get around this? Thanks for any help. $>(I also have Lattice v3.03, Workbench v1.2g, and got the CXERR: 25 when $> compiling "interp.c"). $ $Well after working on vc for a bit: I got rid of the register declarations, $and the errors went bye bye. The strange thing, though, is that every $module of vc #include's "sc.h". In sc.h about 32K worth of variables are $defined and declared (mainly tbl and some other stuff). I don't know if this $happened to Manxer's but lattice was re-declaring every one of these supposedly $global vars for each module. The Manx compiler allocates space for global variables once even if they're declared over and over, so this problem does not exist under Manx. "I was stunned, I was dazed, I was TRULY amazed...", vc made, compiled, linked with no warnings, errors, or anything, and ran fine, first shot. I can't say I care for the program, although for the price :-) I'm not complaining - it does do the job, even if the screen i/o is a bit slow. $-- Dan Green $-- $ARPA: hsgj%vax2.ccs.cornell.edu@cu-arpa.cs.cornell.edu $UUCP: ihnp4!cornell!batcomputer!hsgj BITNET: hsgj@cornella Paul. Disclaimer: I work for myself and my opinions are my own.