summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-03-17 10:27:32 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-17 10:27:32 +0000
commit59c30bed0921653934e0dff5f5245a2290cee8b6 (patch)
tree83a50ad5a0a8120d4fdd7996a7b543e278fea4ce /dosish.h
parent57bf803e17521cb2745e1d6da2bd476a3ccb4d7f (diff)
downloadperl-59c30bed0921653934e0dff5f5245a2290cee8b6.tar.gz
Fix BIT_BUCKET, and add stubs for macros used by OS/2
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index 76761e3636..e40e358b75 100644
--- a/dosish.h
+++ b/dosish.h
@@ -1,7 +1,9 @@
#define ABORT() abort();
-#define BIT_BUCKET "/dev/null" /* Will this work? */
+#define BIT_BUCKET "\dev\nul"
#define PERL_SYS_INIT(c,v)
+#define PERL_SYS_TERM()
+#define dXSUB_SYS int dummy
#define TMPPATH "plXXXXXX"
/*