/* $RCSfile: EXTERN.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:03 $ * * Copyright (c) 1991-1997, 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 1.1.1.1 1998/09/09 07:00:03 markm * Initial import of Perl5. The king is dead; long live the king! * */ #undef EXT #define EXT extern #undef INIT #define INIT(x) #undef DOINIT