Commit | Line | Data |
---|---|---|
a0d0e21e | 1 | /* INTERN.h |
a687059c | 2 | * |
a0d0e21e | 3 | * Copyright (c) 1991-1994, Larry Wall |
a687059c | 4 | * |
132b68a5 | 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. | |
8d063cd8 | 7 | * |
8d063cd8 | 8 | */ |
9 | ||
10 | #undef EXT | |
11 | #define EXT | |
12 | ||
13 | #undef INIT | |
14 | #define INIT(x) = x | |
15 | ||
16 | #define DOINIT |