Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / fixincludes / tests / base / internal / sgimacros.h
bloba491e865af7bd40f6ed64db7554f3c82e6252860
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/internal/sgimacros.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( IRIX___RESTRICT_CHECK )
13 #ifdef __c99
14 # ifndef __cplusplus
15 # define __restrict restrict
16 # endif
17 #endif /* IRIX___RESTRICT_CHECK */