Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!hub!dougp From: dougp@voodoo.ucsb.edu Newsgroups: comp.sys.amiga.tech Subject: Re: Aztec 5.0 Message-ID: <3833@hub.UUCP> Date: 3 Feb 90 22:15:23 GMT Sender: news@hub.UUCP Organization: UC, Santa Barbara. Physics Computer Services Lines: 14 -Message-Text-Follows- In article <6285@cps3xx.UUCP>, griffin@frith.egr.msu.edu writes... >In an article Karl Lehenbauer [Organization: Sugar Land Unix - Houston] >writes: > >> "register char *foo". > >ANSI requires that taking of the address of 'register' is always an error, Look again: he has a register variable which contains a pointer to a char. He has not taken the address of a register, he has an address in a register. Douglas Peale