diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-06 03:45:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-06 03:45:41 +0000 |
commit | 5095244257e3c5d9389813ccbcd2187ff6e2e91f (patch) | |
tree | 79863b1084bbf5773db8edf30abac4473e3cf831 /pp_ctl.c | |
parent | 2dd78f96d61cc6382dc72214930c993567209597 (diff) | |
download | perl-5095244257e3c5d9389813ccbcd2187ff6e2e91f.tar.gz |
Have symbols for the IoTYPEs.
p4raw-id: //depot/perl@6532
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3093,7 +3093,7 @@ trylocal: { if (io) { tryrsfp = IoIFP(io); - if (IoTYPE(io) == '|') { + if (IoTYPE(io) == IoTYPE_PIPE) { /* reading from a child process doesn't nest -- when returning from reading the inner module, the outer one is |