home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / Perl5 / EXTERN.h < prev    next >
Encoding:
Text File  |  1994-12-26  |  291 b   |  17 lines  |  [TEXT/MPS ]

  1. /*    EXTERN.h
  2.  *
  3.  *    Copyright (c) 1991-1994, 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.  */
  9.  
  10. #undef EXT
  11. #define EXT extern
  12.  
  13. #undef INIT
  14. #define INIT(x)
  15.  
  16. #undef DOINIT
  17.