blob: 539e9150699e05de622fad6b0c5ad31b1c71f32b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* INTERN.h
*
* Copyright (C) 1993, 1994, by Larry Wall and others
*
* 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
|