/* INTERN.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


#undef EXT
#define EXT

#undef INIT
#ifdef xenix
#define INIT(x) =x
#else
#define INIT(x) = x
#endif

#define DOINIT


syntax highlighted by Code2HTML, v. 0.9.1