Generic_Window_Manager/INTERN.h

23 lines
530 B
C

/* Copyright 1989 GROUPE BULL -- See license conditions in file COPYRIGHT
* Copyright 1989 Massachusetts Institute of Technology
*/
/****************************************************\
* *
* 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