This is my patch patch.1n for perl5.001.
[p5sagit/p5-mst-13.2.git] / vms / perlshr.c
1 /*   perlshr.c
2  * 
3  *   Small stub to create object module containing global variables
4  *   for use in PerlShr.C.  Written as a separate file because some
5  *   old Make implementations won't deal correctly with DCL Open/Write
6  *   statements in the makefile.
7  *
8  */
9
10 #include "INTERN.h"
11 #include "perl.h"
12
13 /* That's it. */