Copyright Digital Equipment Corp. All rights reserved.

RESTRICTEXT2

Message        The restrict type qualifier is a new feature in C99.
               Other C compilers might not successfully compile a
               program that uses this feature.

Description    The use of the restrict type qualifier might not be
               portable to other C compilers.

User Action    Be aware of this portability concern.