Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!apple!usc!cs.utexas.edu!uunet!psitech!david From: david@psitech.UUCP (david Fridley) Newsgroups: comp.std.c Subject: Re: Significant name length list Summary: no arbitrary limits Message-ID: <116@psitech.UUCP> Date: 22 Jul 89 21:46:49 GMT References: <2146@dlvax2.datlog.co.uk> <12570020@hpclscu.HP.COM> Organization: PsiTech Inc., Fountain Valley, CA Lines: 20 Requiring there to be a maximum name length is the sign of an inexperienced programmer. It is a simple process to tag each symbol with its length and realloc() the block untill it is big enough for any symbol, as long as there is enough memory (DOS) or enough virtual memory (real opreating systems). If any compiler, assembler, linker house really don't understand how to do this, I will personally post an explanation, and an example. Please, NO ARBITRARY LIMITS! david. DISCLAIMER: If it's important have a backup. If it ain't broke don't fix it. Proceed at your own risk. My oponions are MY own. Spelling does not count. My fondest dream is to leave this planet. -- david. DISCLAIMER: If it's important have a backup. If it ain't broke don't fix it. Proceed at your own risk. My oponions are my own.