75b8a72617
yvals.h on VxWorks expects the toolchain to provide its own version of the header, which we don't do. Arrange to fallback on the common system definitions instead. 2021-12-16 Olivier Hainque <hainque@adacore.com> fixincludes/ * inclhack.def (vxworks_next_yvals): New hack. * tests/base/yvals.h: New expected test result. * fixincl.x: Regenerate.
18 lines
378 B
C
18 lines
378 B
C
/* DO NOT EDIT THIS FILE.
|
|
|
|
It has been auto-edited by fixincludes from:
|
|
|
|
"fixinc/tests/inc/yvals.h"
|
|
|
|
This had to be done to correct non-standard usages in the
|
|
original, manufacturer supplied header file. */
|
|
|
|
|
|
|
|
#if defined( VXWORKS_NEXT_YVALS_CHECK )
|
|
#if 0 /* GCC does not provide yvals.h. */
|
|
#include_next <yvals.h>
|
|
#else
|
|
|
|
#endif /* VXWORKS_NEXT_YVALS_CHECK */
|