Fix BIT_BUCKET, and add stubs for macros used by OS/2
Perl 5 Porters [Sun, 17 Mar 1996 10:27:32 +0000 (10:27 +0000)]
dosish.h

index 76761e3..e40e358 100644 (file)
--- 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"
 
 /*