Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!rlgvax!cvl!umcp-cs!chris From: chris@umcp-cs.UUCP Newsgroups: net.lang.c Subject: Re: 6 character external identifiers Message-ID: <7804@umcp-cs.UUCP> Date: Mon, 9-Jul-84 10:52:40 EDT Article-I.D.: umcp-cs.7804 Posted: Mon Jul 9 10:52:40 1984 Date-Received: Tue, 10-Jul-84 08:12:19 EDT References: <74@datagen.UUCP> <598@sdcsla.UUCP> Organization: Univ. of Maryland, Computer Science Dept. Lines: 19 I can live with 6 character names: I'll just run programs I want to be ``portable'' through another program that finds identifiers that aren't unique to 6 characters, and replaces them with new made up ones that are. For example, int ReplaceString () { ... } int ReplaceChar () { ... } would turn into int _1ReplaceString () { ... } int _2ReplaceChar () { ... } Remember, identifiers can be arbitrarily long; it's just that some of the characters might be ignored. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690 UUCP: {seismo,allegra,brl-bmd}!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@maryland