Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: $Revision: 1.6.2.16 $; site ISM780.UUCP
Path: utzoo!watmath!clyde!cbosgd!ihnp4!ucbvax!decvax!cca!ISM780!dianeh
From: dianeh@ISM780.UUCP
Newsgroups: net.games.hack
Subject: Re: Need help- munged files on distribut
Message-ID: <28800001@ISM780.UUCP>
Date: Fri, 27-Sep-85 12:00:00 EDT
Article-I.D.: ISM780.28800001
Posted: Fri Sep 27 12:00:00 1985
Date-Received: Wed, 2-Oct-85 05:49:00 EDT
References: <323@proper.UUCP>
Lines: 28
Nf-ID: #R:proper:-32300:ISM780:28800001:000:1298
Nf-From: ISM780!dianeh    Sep 27 12:00:00 1985



/* Written 10:05 pm  Sep 23, 1985 by carl@proper in ISM780:net.games.hack */
/* ---------- "Need help- munged files on distribut" ---------- */
Help!
	I am trying to put together hack from the recent distribution.  I
seem to have received some munged files, or the editor scripts were, because
when I had run the one in part 10 and the 1.0.2 --> 1.0.3 scripts, I got
some errors in three files:
hack.end.c: error (/tmp/ctmO23495,52): Multiply defined symbol
hack.termcap.c, line 217: redeclaration of standout
hack.timeout.c: error (/tmp/ctmO23677,107): Multiply defined symbol
Could someone please send me a working version (1.0.3) of these files, or
any one of them if you have them?  Many thanks..
						Carl Greenberg
/* End of text from ISM780:net.games.hack */

Just find out which variable or function names don't have unique characters
until after the 8th one. I.e., the "standout" problem is actually two
routines: one called standoutbeg, the other standoutend. You need to change
the names to something like stoutbeg and stoutend. Make sure you check for
calls to them in other modules so you can change them across the board.

Those of us running systems without flexnames would surely have liked to have
seen the code done this way to begin with :-( (-:.

Diane Holt
ISC, Santa Monica