score: Regenerate <rtems/score/basedefs.h>

Two interface specification items moved.
This commit is contained in:
Sebastian Huber
2022-09-05 14:33:17 +02:00
parent 98353136dd
commit 444f56cdd8

View File

@@ -425,7 +425,7 @@ extern "C" {
*/
#define RTEMS_XCONCAT( _x, _y ) RTEMS_CONCAT( _x, _y )
/* Generated from spec:/score/if/assert-unreachable */
/* Generated from spec:/score/basedefs/if/assert-unreachable */
/**
* @ingroup RTEMSScore
@@ -439,7 +439,7 @@ extern "C" {
#endif
#if !defined(ASM)
/* Generated from spec:/score/if/dequalify-types-not-compatible */
/* Generated from spec:/score/basedefs/if/dequalify-types-not-compatible */
/**
* @ingroup RTEMSScore