diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-15 07:43:11 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-15 07:43:11 +0000 |
commit | bef10a86a57eda3140922972782e9a32409f68cc (patch) | |
tree | a1e5adf408eb199ba1af40c344af642a5cd06f04 /unixish.h | |
parent | b084f20b80f6a49d07829dfa926905f4a8dd2220 (diff) | |
download | perl-bef10a86a57eda3140922972782e9a32409f68cc.tar.gz |
Define stubs for macros used by OS/2
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ #define BIT_BUCKET "/dev/null" #define PERL_SYS_INIT(c,v) +#define PERL_SYS_TERM() +#define dXSUB_SYS int dummy /* * fwrite1() should be a routine with the same calling sequence as fwrite(), |