summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-02 03:33:02 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-02 03:33:02 +0000
commiteacfb5f1b1b6501c3ffe81cb467299aad7f0eae6 (patch)
tree07deed80a609f0db2f88f20032868128a87e7175 /os2/os2ish.h
parent909b3858a4779b142bf2bf51d648f8d2724db345 (diff)
downloadperl-eacfb5f1b1b6501c3ffe81cb467299aad7f0eae6.tar.gz
Updated.
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 061726dc2d..2dca64a9c8 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -23,6 +23,11 @@
#endif
#define ABORT() kill(getpid(),SIGABRT);
+#define PERL_SYS_INIT(argcp, argvp) do { \
+ _response(argcp, argvp); \
+ _wildcard(argcp, argvp); } while (0)
+
+
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),
* but which outputs all of the bytes requested as a single stream (unlike