summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/pure.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-18 08:19:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit3501795f1e12cdfdc0a32265e7050ff1186c5341 (patch)
treebc868a3a16136b1e01c1f01785c7e141d3e91874 /spec/if/rtems/basedefs/pure.yml
parentcontent: Fix SphinxContent.directive() gaps (diff)
downloadrtems-central-3501795f1e12cdfdc0a32265e7050ff1186c5341.tar.bz2
Change format of enabled-by attribute
Diffstat (limited to 'spec/if/rtems/basedefs/pure.yml')
-rw-r--r--spec/if/rtems/basedefs/pure.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/rtems/basedefs/pure.yml b/spec/if/rtems/basedefs/pure.yml
index 5ce7aadc..82fb0228 100644
--- a/spec/if/rtems/basedefs/pure.yml
+++ b/spec/if/rtems/basedefs/pure.yml
@@ -1,13 +1,13 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2011 On-Line Applications Research Corporation (OAR)
-enabled-by: []
+enabled-by: true
interface-brief: |
Tells the compiler in a function declaration that this function has no effect
except the return value and that the return value depends only on the value
of parameters and/or global variables.
interface-definition:
- default: ""
+ default: ''
variants:
- definition: |
__attribute__((__pure__))