summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/concat.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/concat.yml')
-rw-r--r--spec/if/rtems/basedefs/concat.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/spec/if/rtems/basedefs/concat.yml b/spec/if/rtems/basedefs/concat.yml
deleted file mode 100644
index 7fb231e9..00000000
--- a/spec/if/rtems/basedefs/concat.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: |
- Concatenates _x and _y without expanding.
-copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
-definition:
- default: _x##_y
- variants: []
-description: null
-enabled-by: true
-interface-type: macro
-links:
-- role: interface-placement
- uid: header
-- role: interface-ingroup
- uid: group
-name: RTEMS_CONCAT
-notes: null
-params:
-- description: |
- is the left hand side token of the concatenation.
- dir: null
- name: _x
-- description: |
- is the right hand side token of the concatenation.
- dir: null
- name: _y
-return:
- return: |
- The concatenation of the tokens _x and _y.
- return-values: []
-type: interface