From 3501795f1e12cdfdc0a32265e7050ff1186c5341 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 May 2020 08:19:46 +0200 Subject: Change format of enabled-by attribute --- spec/if/rtems/basedefs/pure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/if/rtems/basedefs/pure.yml') 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__)) -- cgit v1.2.3