summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/symbol-name.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/symbol-name.yml')
-rw-r--r--spec/rtems/basedefs/if/symbol-name.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/spec/rtems/basedefs/if/symbol-name.yml b/spec/rtems/basedefs/if/symbol-name.yml
index 376fe6b1..de8662c8 100644
--- a/spec/rtems/basedefs/if/symbol-name.yml
+++ b/spec/rtems/basedefs/if/symbol-name.yml
@@ -4,11 +4,19 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ${expand:/name}( ${.:/params[0]/name} )
+ default:
+ attributes: null
+ body: |
+ ${expand:/name}( ${.:/params[0]/name} )
+ params: []
+ return: null
variants:
- - definition: |
- ${xconcat:/name}( ${/compiler/if/user-label-prefix:/name}, ${.:/params[0]/name} )
+ - definition:
+ attributes: null
+ body: |
+ ${xconcat:/name}( ${/compiler/if/user-label-prefix:/name}, ${.:/params[0]/name} )
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/user-label-prefix:/name})
description: null