Xref: utzoo unix-pc.general:322 comp.sys.att:2445 comp.lang.c:7141 Path: utzoo!utgpu!water!watmath!uunet!lll-winken!lll-lcc!ames!amdahl!rtech!llama!daveb From: daveb@llama.rtech.UUCP (Dave Brower) Newsgroups: unix-pc.general,comp.sys.att,comp.lang.c Subject: Re: 8char function names from hell Keywords: Any way to kludge around? Message-ID: <1691@rtech.UUCP> Date: 8 Feb 88 19:32:28 GMT References: <380@flatline.UUCP> Sender: news@rtech.UUCP Reply-To: daveb@rtech.UUCP (Dave Brower) Organization: Relational Technology, Inc. Alameda, CA Lines: 19 In article <380@flatline.UUCP> erict@flatline.UUCP (eric townsend) writes: > >Just tried to compile some stuff I got from a friend. Low and >behold, the unix-pc C compiler doesn't go past 8 characters in >either a function or a varible name! > >What's da dang deal? For some strange reason I thought that maybe, >just maybe, C compilers within USG and/or sysV would be a little >more compatible than this. > >An 8 character limit? What is this, a step back towards 2 character >varible names like in BASIC? You are running the 2.0 or 3.0 compiler. It supports long names in 3.5 and 3.51. Basically, you are SOL unless you want to go through contortions redefining shorter names. -dB "People will do anything for a potato." {amdahl, cpsc6a, mtxinu, ptsfa, sun, hoptoad}!rtech!daveb daveb@rtech.uucp