Changes between Version 44 and Version 45 of Language


Ignore:
Timestamp:
05/22/23 09:25:55 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Language

    v44 v45  
    833833=== The `depends_on` clause #depends_on
    834834
    835 A depends_on clause has the form
     835A depends_on clause may be used with a system or atomic function and has the form
    836836  `depends_on` ( `\nothing` | ''access-list'' ) `;`
    837837where ''access-list'' has the form
    838838  `\access` `(` ''expr'' ( `,` ''expr'' )* `)`
    839 Each expression in the access list should have a pointer type.
     839Each expression in the access list shall have a pointer type.
    840840
    841841The clause specifies the dependency relation for the system or atomic function.