Changes between Version 44 and Version 45 of Language
- Timestamp:
- 05/22/23 09:25:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v44 v45 833 833 === The `depends_on` clause #depends_on 834 834 835 A depends_on clause has the form835 A depends_on clause may be used with a system or atomic function and has the form 836 836 `depends_on` ( `\nothing` | ''access-list'' ) `;` 837 837 where ''access-list'' has the form 838 838 `\access` `(` ''expr'' ( `,` ''expr'' )* `)` 839 Each expression in the access list sh ouldhave a pointer type.839 Each expression in the access list shall have a pointer type. 840 840 841 841 The clause specifies the dependency relation for the system or atomic function.
