summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/declare-global-symbol.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/declare-global-symbol.yml')
-rw-r--r--spec/rtems/basedefs/if/declare-global-symbol.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/declare-global-symbol.yml b/spec/rtems/basedefs/if/declare-global-symbol.yml
index 42bf0af4..e172a5a4 100644
--- a/spec/rtems/basedefs/if/declare-global-symbol.yml
+++ b/spec/rtems/basedefs/if/declare-global-symbol.yml
@@ -4,8 +4,12 @@ brief: |
copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- extern char ${.:/params[0]/name}[]
+ default:
+ attributes: null
+ body: |
+ extern char ${.:/params[0]/name}[]
+ params: []
+ return: null
variants: []
description: |
This macro must be placed at file scope.