From: | Ken Rose <kenrose@tfb.com> |
Newsgroups: | comp.compilers |
Date: | 14 Nov 2004 22:41:57 -0500 |
Organization: | Posted via Supernews, http://www.supernews.com |
References: | 04-10-092 04-10-161 04-10-185 04-11-006 04-11-014 |
Keywords: | syntax, design |
Posted-Date: | 14 Nov 2004 22:41:57 EST |
>>If it's inside a function it can only be a call.
>
> What about function prototypes? Those can occur both inside and outside of
> functions.
A call will never start with a type name. A prototype will always start
with a type name, the name of the return type.
- ken
Return to the
comp.compilers page.
Search the
comp.compilers archives again.