/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:25 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:19 $1$DGA7274:[STARLET_H.SRC]CVTMSG.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $CVTMSG ***/ #ifndef __CVTMSG_LOADED #define __CVTMSG_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /* */ /* This SDL File Generated by VAX-11 Message V04-00 on 30-MAR-2010 17:29:03.11 */ /* */ /* */ /***************************************************************************** */ /** * */ /** COPYRIGHT (C) 1991 * */ /** BY DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. * */ /** * */ /** THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED * */ /** ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE * */ /** INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER * */ /** COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY * */ /** OTHER PERSON. NO TITLE TO AND OWNERSHIP OF THE SOFTWARE IS HEREBY * */ /** TRANSFERRED. * */ /** * */ /** THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE * */ /** AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT * */ /** CORPORATION. * */ /** * */ /** DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR RELIABILITY OF ITS * */ /** SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL. * */ /** * */ /***************************************************************************** */ /*============================================================================ */ /* */ /* FILE: CVTMSG.MSG */ /* */ /* VERSION: 1-001 */ /* */ /* FACILITY: CVTRTL - VMS CONVERSION RUN TIME LIBRARY */ /* */ /* ABSTRACT: MESSAGE DEFINITIONS FOR THE CVT FACILITY. */ /* */ /* AUTHOR: JEFFREY S. YOUNG */ /* */ /* CREATION DATE: 25-JUN-1991 */ /* */ /* MODIFICATION HISTORY: */ /* -------------------------------------------------------------------------- */ /* 1-001 25-JUN-1991 JSY ORIGINAL VERSION. */ /* */ /*============================================================================ */ /*============================================================================ */ /* */ /* SYMBOLS ARE DEFINED FOLLOWING THE STANDARD FOR GLOBAL NAMES: */ /* */ /* CVT$_ABCMNOXYZ */ /* */ /* IN ADDITION, THE LIBRARY STANDARDS SPECIFY THAT THE LETTERS "abc", "mno", */ /* AND "xyz" ARE THE FIRST THREE LETTERS OF THE FIRST THREE WORDS OF THE ERROR */ /* MESSAGE, NOT COUNTING ARTICLES AND PREPOSITIONS. */ /* */ /* THE NAMES OF ALL PROCEDURES USING EACH ERROR CONDITION VALUE SHOULD APPEAR */ /* IN THE COMMENTS INCLUDED WITH EACH ERROR DEFINITION. */ /* */ /*============================================================================ */ /* */ #define CVT$_FACILITY 1530 #define CVT$_NORMAL 100302857 #define CVT$_INPCONERR 100302866 #define CVT$_INVINPTYP 100302874 #define CVT$_INVOPT 100302882 #define CVT$_INVOUTTYP 100302890 #define CVT$_INVVAL 100302898 #define CVT$_NEGINF 100302906 #define CVT$_OUTCONERR 100302914 #define CVT$_OVERFLOW 100302922 #define CVT$_POSINF 100302930 #define CVT$_UNDERFLOW 100302938 #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __CVTMSG_LOADED */