/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:50 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:32 _$11$DUA933:[BUILD.SDL]SRMDEF.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $SRMDEF ***/ #ifndef __SRMDEF_LOADED #define __SRMDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /*+ */ /* Define SRM Hardware symbols */ /*- */ #define SRM$K_INT_OVF_T 1 /* Integer overflow trap code */ #define SRM$K_INT_DIV_T 2 /* Integer divide by zero trap code */ #define SRM$K_FLT_OVF_T 3 /* Floating overflow trap code */ #define SRM$K_FLT_DIV_T 4 /* Floating/decimal Divide by zero trap code */ #define SRM$K_FLT_UND_T 5 /* Floating Underflow trap code */ #define SRM$K_DEC_OVF_T 6 /* Decimal string overflow trap code */ #define SRM$K_SUB_RNG_T 7 /* Subscript range trap */ #define SRM$K_FLT_OVF_F 8 /* Floating Overflow fault code */ #define SRM$K_FLT_DIV_F 9 /* Floating Divide by zero fault code */ #define SRM$K_FLT_UND_F 10 /* Floating Underflow fault code */ #ifdef __cplusplus } #endif #pragma standard #endif /* __SRMDEF_LOADED */