Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: on the fringe of C syntax/semantics Message-ID: <11246@smoke.BRL.MIL> Date: 7 Oct 89 02:02:50 GMT References: <789@crdos1.crd.ge.COM> <457@usage.csd.unsw.oz> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <457@usage.csd.unsw.oz> troy@mr_plod.cbme.unsw.oz writes: -From article <789@crdos1.crd.ge.COM>, by davidsen@crdos1.crd.ge.COM (Wm E Davidsen Jr): -davidsen> If I understand the question, you want (int(*)()) -Nope - bracketing only works when you have something to group with. that will -produce exactly the same results as (int *()) Wrong.