/* $RCSfile: EXTERN.h,v $$Revision: 4.3 $$Date: 1996/10/14 08:03:43 $
 *
 *    Copyright (c) 1991, Larry Wall
 *
 *    You may distribute under the terms of either the GNU General Public
 *    License or the Artistic License, as specified in the README file.
 *
 * $Log: EXTERN.h,v $
 * Revision 4.3  1996/10/14 08:03:43  ghudson
 * Merge in perl 5.003
 *
 * Revision 4.2  1996/06/03 02:51:15  ghudson
 * Merge in perl 5.002
 *
 * Revision 4.1.2.1  1996/06/03 00:19:46  ghudson
 * Update to perl 5.002
 #
 * Revision 4.1.2.2  1996/10/14 01:10:53  ghudson
 * lwall-branch update to perl 5.003
 *
 */

#undef EXT
#define EXT extern

#undef INIT
#define INIT(x)

#undef DOINIT
