/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:34 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:34 _$11$DUA933:[BUILD.SDL]OBJFMT.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $IDCDEF ***/ #ifndef __IDCDEF_LOADED #define __IDCDEF_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 /* */ /* IDC - Random entity ident consistency check */ /* */ #define IDC$C_LEQ 0 #define IDC$C_EQUAL 1 struct idcdef { unsigned char idc$b_gsdtyp; /*Type field */ __union { unsigned short int idc$w_flags; /*Flags */ __struct { unsigned idc$v_binident : 1; /*Ident is binary longword rather than ASCIC */ unsigned idc$v_idmatch : 2; /*Field for ident match control if binary ident */ unsigned idc$v_errsev : 3; /*Error severity (default is warning-0) */ unsigned idc$v_fill_19 : 2; } idc$r_flags_bits; /*Match control values */ } idc$r_flags_overlay; __union { unsigned char idc$b_namlng; /*Length of entity name */ __struct { char idcdef$$_fill_1; #if defined(__VAXC) || defined(VAXC) char idc$t_name[]; #else /* Warning: empty char[] member for idc$t_name at end of structure not created */ #endif /* #if defined(__VAXC) || defined(VAXC) */ /* Followed by entity name */ /* Followed by */ /* byte of ident length */ /* ident string (length = string length) */ /* or */ /* ident binary value (length = 4) */ /* Followed by byte of length of name of object */ /* Followed by the object name */ } idc$r_namlng_fields; } idc$r_namlng_overlay; } ; #if !defined(__VAXC) && !defined(VAXC) #define idc$w_flags idc$r_flags_overlay.idc$w_flags #define idc$v_binident idc$r_flags_overlay.idc$r_flags_bits.idc$v_binident #define idc$v_idmatch idc$r_flags_overlay.idc$r_flags_bits.idc$v_idmatch #define idc$v_errsev idc$r_flags_overlay.idc$r_flags_bits.idc$v_errsev #define idc$b_namlng idc$r_namlng_overlay.idc$b_namlng #define idc$t_name idc$r_namlng_overlay.idc$r_namlng_fields.idc$t_name #endif /* #if !defined(__VAXC) && !defined(VAXC) */ #ifdef __cplusplus } #endif #pragma standard #endif /* __IDCDEF_LOADED */