Revision 10724,
386 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10723,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* $RCSfile: EXTERN.h,v $$Revision: 1.1.1.2 $$Date: 1997-11-13 01:50:13 $ |
---|
2 | * |
---|
3 | * Copyright (c) 1991-1997, 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 | * $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.