xref: /openbsd-src/gnu/gcc/fixincludes/tests/base/internal/sgimacros.h (revision 404b540a9034ac75a6199ad1a32d1bbc7a0d4210)
1*404b540aSrobert /*  DO NOT EDIT THIS FILE.
2*404b540aSrobert 
3*404b540aSrobert     It has been auto-edited by fixincludes from:
4*404b540aSrobert 
5*404b540aSrobert 	"fixinc/tests/inc/internal/sgimacros.h"
6*404b540aSrobert 
7*404b540aSrobert     This had to be done to correct non-standard usages in the
8*404b540aSrobert     original, manufacturer supplied header file.  */
9*404b540aSrobert 
10*404b540aSrobert 
11*404b540aSrobert 
12*404b540aSrobert #if defined( IRIX___RESTRICT_CHECK )
13*404b540aSrobert #ifdef __c99
14*404b540aSrobert #  ifndef __cplusplus
15*404b540aSrobert #  define __restrict restrict
16*404b540aSrobert #  endif
17*404b540aSrobert #endif  /* IRIX___RESTRICT_CHECK */
18