home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / INTERN.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  530b  |  23 lines

  1. /* Copyright 1989 GROUPE BULL -- See license conditions in file COPYRIGHT
  2.  * Copyright 1989 Massachusetts Institute of Technology
  3.  */
  4. /****************************************************\
  5. *                              *
  6. *  package to help maintaining one .h file per type  *
  7. *  INTERN means "export" (and allocate memory) for   *
  8. *  all following includes                 *
  9. *                              *
  10. \****************************************************/
  11.  
  12. #ifdef EXT
  13. #undef EXT
  14. #endif
  15. #define EXT
  16.  
  17. #ifdef INIT
  18. #undef INIT
  19. #endif
  20. #define INIT(x) = x
  21.  
  22. #define DO_INIT
  23.