Copyright Digital Equipment Corp. All rights reserved.

LONGDOUBLENY1

Message        <Context> type long double has the same
               representation as type double on this platform and is
               treated as a synonym for type double in this
               compilation mode.

Description    HP C does not support the long double type on this
               platform.  In this compilation mode, the compiler
               will treat the long double type as a synonym for the
               double type.

User Action    Be aware of this.