diff options
Diffstat (limited to 'vms/perlshr.c')
-rw-r--r-- | vms/perlshr.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vms/perlshr.c b/vms/perlshr.c new file mode 100644 index 0000000000..92e6d44cf5 --- /dev/null +++ b/vms/perlshr.c @@ -0,0 +1,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. */ |