#153185 cdecl: uses noalias instead of restrict

Package:
cdecl
Source:
cdecl
Description:
Turn English phrases to C or C++ declarations
Submitter:
Agthorr
Date:
2005-07-18 03:59:30 UTC
Severity:
minor
#153185#5
Date:
2002-07-16 18:13:15 UTC
From:
To:
cdecl includes a pointer modified called "noalias".  However, in the
C99 standard, this is actually called "restrict".  All references
within cdecl should be changed accordingly, to match the actual C
language.