summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/concat-0.yml
blob: ec030144a677fae87fb573e466f5c7423c7a7461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: interface-function
  uid: ../if/concat
non-functional-type: interface
rationale: |
  The rules for nested use of the ## operator are arcane. The result of such
  nested macro calls is undefined.
references: []
requirement-type: non-functional
text: |
  When neither argument is a call of the macro ${../if/concat:/name} itself,
  the macro shall result in both argument values
  concatenated textually unaltered in the order they are provided.
type: requirement