1N/A/* $RCSfile: EXTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:05 $
1N/A *
1N/A * Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
1N/A *
1N/A * You may distribute under the terms of either the GNU General Public
1N/A * License or the Artistic License, as specified in the README file.
1N/A *
1N/A * $Log: EXTERN.h,v $
1N/A */
1N/A
1N/A#undef EXT
1N/A#define EXT extern
1N/A
1N/A#undef INIT
1N/A#define INIT(x)
1N/A
1N/A#undef DOINIT