summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-14 05:51:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-14 05:51:56 +0000
commitfbad3eb55c1f8c84d1dfd0e484ecddeffc891e79 (patch)
treef3886be033e03113de9177f18cdf413345741e1c /sv.h
parent428f79ef10ad4e14667125f22397bceac3e2c65e (diff)
downloadperl-fbad3eb55c1f8c84d1dfd0e484ecddeffc891e79.tar.gz
slurping an empty file should return '' rather than undef, with
commensurate effects on ARGV processing p4raw-id: //depot/perl@2910
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index a08a9c8239..456d01c562 100644
--- a/sv.h
+++ b/sv.h
@@ -313,6 +313,7 @@ struct xpvio {
#define IOf_FLUSH 4 /* this fp wants a flush after write op */
#define IOf_DIDTOP 8 /* just did top of form */
#define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */
+#define IOf_NOLINE 32 /* slurped a pseudo-line from empty file */
/* The following macros define implementation-independent predicates on SVs. */