home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / patch.tar.gz / patch.tar / patch / EXTERN.h < prev    next >
C/C++ Source or Header  |  1989-01-14  |  299b  |  22 lines

  1. /* $Header: EXTERN.h,v 2.0 86/09/17 15:35:37 lwall Exp $
  2.  *
  3.  * $Log:    EXTERN.h,v $
  4.  * Revision 2.0  86/09/17  15:35:37  lwall
  5.  * Baseline for netwide release.
  6.  * 
  7.  */
  8.  
  9. #ifdef EXT
  10. #undef EXT
  11. #endif
  12. #define EXT extern
  13.  
  14. #ifdef INIT
  15. #undef INIT
  16. #endif
  17. #define INIT(x)
  18.  
  19. #ifdef DOINIT
  20. #undef DOINIT
  21. #endif
  22.