home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PERL4036.ZIP / INTERN.h < prev    next >
Text File  |  1993-02-08  |  510b  |  24 lines

  1. /* $RCSfile: INTERN.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 10:10:42 $
  2.  *
  3.  *    Copyright (c) 1991, Larry Wall
  4.  *
  5.  *    You may distribute under the terms of either the GNU General Public
  6.  *    License or the Artistic License, as specified in the README file.
  7.  *
  8.  * $Log:    INTERN.h,v $
  9.  * Revision 4.0.1.1  91/06/07  10:10:42  lwall
  10.  * patch4: new copyright notice
  11.  * 
  12.  * Revision 4.0  91/03/20  00:58:35  lwall
  13.  * 4.0 baseline.
  14.  * 
  15.  */
  16.  
  17. #undef EXT
  18. #define EXT
  19.  
  20. #undef INIT
  21. #define INIT(x) = x
  22.  
  23. #define DOINIT
  24.