From a9767a07a2695cb52dc1b0d03aa83dfed171a5f0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Nov 2018 14:27:17 +0100 Subject: score: Use RTEMS_DEPRECATED for deprecated types Update #3584. --- cpukit/include/rtems/score/basedefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/score') diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index 0a2bf8dd17..5e425cedf0 100644 --- a/cpukit/include/rtems/score/basedefs.h +++ b/cpukit/include/rtems/score/basedefs.h @@ -460,9 +460,9 @@ extern void RTEMS_DEQUALIFY_types_not_compatible(void); #ifndef ASM #ifdef RTEMS_DEPRECATED_TYPES - typedef bool boolean; - typedef float single_precision; - typedef double double_precision; + typedef bool boolean RTEMS_DEPRECATED; + typedef float single_precision RTEMS_DEPRECATED; + typedef double double_precision RTEMS_DEPRECATED; #endif /** -- cgit v1.2.3