/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:33 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:34 _$11$DUA933:[BUILD.SDL]OBJFMT.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $FMLDEF ***/ #ifndef __FMLDEF_LOADED #define __FMLDEF_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 /* */ /* Appended to a procedure definition are the formal arguments: */ /* FML$ - The fixed part of the formal arguments description */ /* */ #define FML$K_SIZE 2 #define FML$C_SIZE 2 struct fmldef { unsigned char fml$b_minargs; /*Minimum number of arguments */ unsigned char fml$b_maxargs; /*Maximum which include function if procedure is one */ } ; #ifdef __cplusplus } #endif #pragma standard #endif /* __FMLDEF_LOADED */