diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-17 10:27:32 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-17 10:27:32 +0000 |
commit | 59c30bed0921653934e0dff5f5245a2290cee8b6 (patch) | |
tree | 83a50ad5a0a8120d4fdd7996a7b543e278fea4ce /dosish.h | |
parent | 57bf803e17521cb2745e1d6da2bd476a3ccb4d7f (diff) | |
download | perl-59c30bed0921653934e0dff5f5245a2290cee8b6.tar.gz |
Fix BIT_BUCKET, and add stubs for macros used by OS/2
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" /* |