source: trunk/third/perl/x2p/EXTERN.h @ 20075

Revision 20075, 413 bytes checked in by zacheiss, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20074, which included commits to RCS files with non-trunk default branches.
Line 
1/* $RCSfile: EXTERN.h,v $$Revision: 1.1.1.5 $$Date: 2004-02-09 18:58:00 $
2 *
3 *    Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
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: not supported by cvs2svn $
9 */
10
11#undef EXT
12#define EXT extern
13
14#undef INIT
15#define INIT(x)
16
17#undef DOINIT
Note: See TracBrowser for help on using the repository browser.