Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!randvax!segue!jim From: jim@segue.segue.com (Jim Balter) Newsgroups: comp.unix.wizards Subject: Re: help with a 'C' problemR Message-ID: <7980@segue.segue.com> Date: 26 Jun 91 04:49:29 GMT References: <1991Jun17.131027.8700@bnlux1.bnl.gov> <1991Jun23.235734.11392@chinacat.unicom.com> <4825@inews.intel.com> Reply-To: jim@segue.segue.com (Jim Balter) Organization: Segue Software, Inc. - Santa Monica, CA. +1-213-453-2161 Lines: 6 In article <4825@inews.intel.com> bhoughto@pima.intel.com (Blair P. Houghton) writes: >The `()' operator has unspecified precedence wrt the `->' operator, Sez who? a->b() is unambiguous, certainly according to ANSI. a->(b()) is obviously meaningless in C (it could mean something in a language with names as datatypes, such as LISP).