/* Copyright 1989-93 GROUPE BULL -- See license conditions in file COPYRIGHT */ /****************************************************\ * * * package to help maintaining one .h file per type * * INTERN means "export" (and allocate memory) for * * all following includes * * * \****************************************************/ #ifdef EXT #undef EXT #endif #define EXT #ifdef INIT #undef INIT #endif #define INIT(x) = x #define DO_INIT #define PRIVATE_DEFINITIONS