blob: 7a9d475fa3c27142fdde93000b2ad9070b628bb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* INTERN.h
*
* Copyright (c) 1991-1994, 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.
*
*/
#undef EXT
#define EXT
#undef INIT
#define INIT(x) = x
#define DOINIT
|