gcc:
[official-gcc.git] / fixincludes / tests / base / sys / feature_tests.h
blob3bb803c288d9ce0061c7ff6fd427738b89477b14
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/feature_tests.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( SOLARIS___RESTRICT_CHECK )
13 #ifdef __cplusplus
14 #define _RESTRICT_KYWD __restrict
15 #else
16 #define _RESTRICT_KYWD restrict
17 #endif
18 #endif /* SOLARIS___RESTRICT_CHECK */