1 /* INTERN.h
2  */
3 /* This software is copyrighted as detailed in the LICENSE file. */
4 
5 
6 #undef EXT
7 #define EXT
8 
9 #undef INIT
10 #ifdef xenix
11 #define INIT(x) =x
12 #else
13 #define INIT(x) = x
14 #endif
15 
16 #define DOINIT
17