home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / language / perl / Source / H / Extern < prev    next >
Encoding:
Text File  |  1989-11-19  |  417 b   |  21 lines

  1. /* $Header: EXTERN.h,v 3.0 89/10/18 15:06:03 lwall Locked $
  2.  *
  3.  *    Copyright (c) 1989, Larry Wall
  4.  *
  5.  *    You may distribute under the terms of the GNU General Public License
  6.  *    as specified in the README file that comes with the perl 3.0 kit.
  7.  *
  8.  * $Log:    EXTERN.h,v $
  9.  * Revision 3.0  89/10/18  15:06:03  lwall
  10.  * 3.0 baseline
  11.  * 
  12.  */
  13.  
  14. #undef EXT
  15. #define EXT extern
  16.  
  17. #undef INIT
  18. #define INIT(x)
  19.  
  20. #undef DOINIT
  21.