This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: restrict in c99
- From: Andreas Schwab <schwab at suse dot de>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 06 Feb 2004 19:11:03 +0100
- Subject: Re: restrict in c99
- References: <7944A5E0-58CB-11D8-A95F-003065BDF310@apple.com>
Mike Stump <mrs@apple.com> writes:
> Is there any valid spelling for:
>
> int regexec(int [] restrict);
>
> that involves using [] and not *?
int regexec(int[restrict]);
See 6.7.5.3#7.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."