blob: 92e6d44cf5a651a1a7a0eb75cfff789df1fc8c19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* perlshr.c
*
* Small stub to create object module containing global variables
* for use in PerlShr.C. Written as a separate file because some
* old Make implementations won't deal correctly with DCL Open/Write
* statements in the makefile.
*
*/
#include "INTERN.h"
#include "perl.h"
/* That's it. */
|