summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-10-29 21:05:04 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-10-29 21:05:04 +0000
commit4c26942a369632c790d266d8d26f6495e6383c3e (patch)
treebaee4425f5ac95ec510e9d8846ed17d6aee674e3 /Porting/Glossary
parentb1ef6e3bd726972447a8b536231f096656903bb3 (diff)
parent39ca283eb96f3f63e2aa42b33b559e2ab96b0231 (diff)
downloadperl-4c26942a369632c790d266d8d26f6495e6383c3e.tar.gz
Integrate mainline to perlio branch
p4raw-id: //depot/perlio@7486
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary9
1 files changed, 9 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 1b93821e9b..40e468d56a 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1478,6 +1478,15 @@ d_stdio_ptr_lval (d_stdstdio.U):
This variable conditionally defines STDIO_PTR_LVALUE if the
FILE_ptr macro can be used as an lvalue.
+d_stdio_ptr_lval_nochange_cnt (d_stdstdio.U):
+ This symbol is defined if using the FILE_ptr macro as an lvalue
+ to increase the pointer by n leaves File_cnt(fp) unchanged.
+
+d_stdio_ptr_lval_sets_cnt (d_stdstdio.U):
+ This symbol is defined if using the FILE_ptr macro as an lvalue
+ to increase the pointer by n has the side effect of decreasing the
+ value of File_cnt(fp) by n.
+
d_stdio_stream_array (stdio_streams.U):
This variable tells whether there is an array holding
the stdio streams.