summaryrefslogtreecommitdiff
path: root/vms/perlshr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vms/perlshr.c')
-rw-r--r--vms/perlshr.c13
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. */