Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxle.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!whuxle!eric From: eric@whuxle.UUCP Newsgroups: net.lang.c Subject: Re: Identifier significance CHALLENGE - (nf) Message-ID: <187@whuxle.UUCP> Date: Tue, 13-Dec-83 17:23:09 EST Article-I.D.: whuxle.187 Posted: Tue Dec 13 17:23:09 1983 Date-Received: Thu, 15-Dec-83 02:06:50 EST Sender: eric@whuxle.UUCP Organization: Bell Labs, Whippany Lines: 29 #R:sdcsvax:-6000:whuxle:23200003:000:659 whuxle!eric Dec 13 17:22:00 1983 In reference to the suggestion to using #define massively_long_name short and then using massively_long_name();, or massively_long_name = 3;, etc.... THIS IS A BITCH TO DEBUG, ESPECIALLY IF SOMEONE DOESN'T READ THE HEADER FILES....... i.e., i printout the code above, have the hard copy next to me, and call "adb" (how arcane!!) to figure out why massively_long(); causes "Memory fault -- core dumped". To my suprise, massively_long_name() is NEVER called in the program. Instead, all i see are short(), or worse xx3ef();...... ARGHHH!!! If someone ever did that to me and I wasted time chasing it i would KILL!!! From the world of adb, eric