home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / EXTERN.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  519b  |  24 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. *  EXTERN means "import" for all following includes  *
  8. *                              *
  9. \****************************************************/
  10.  
  11. #ifdef EXT
  12. #undef EXT
  13. #endif
  14. #define EXT extern
  15.  
  16. #ifdef INIT
  17. #undef INIT
  18. #endif
  19. #define INIT(x)
  20.  
  21. #ifdef DO_INIT
  22. #undef DO_INIT
  23. #endif
  24.