Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site eagle.UUCP Path: utzoo!watmath!clyde!burl!ulysses!eagle!mjs From: mjs@eagle.UUCP (M.J.Shannon) Newsgroups: net.lang.c Subject: Re: AT&T 7300 C compiler/ variable name lengths (general) Message-ID: <1252@eagle.UUCP> Date: Wed, 10-Apr-85 00:13:41 EST Article-I.D.: eagle.1252 Posted: Wed Apr 10 00:13:41 1985 Date-Received: Wed, 10-Apr-85 06:44:19 EST References: <9726@brl-tgr.ARPA> <585@ahuta.UUCP> Organization: AT&T Bell Laboratories, Summit, NJ Lines: 11 There is another error in the 7300's SGS (Software Generation System), and that is that the C support routines inhabit the same name space that user defined external symbols use. Thus, a user defining a name like `ldiv' for instance, will cause untold confusion when the linker resolves references to the user's name rather than the library's routine. Fortunately, the linker will complain (in many? most? some? cases) that the name is multiply defined. I found out the hard way.... -- Marty Shannon UUCP: ihnp4!eagle!mjs Phone: +1 201 522 6063