diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-01-05 09:36:19 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-01-05 09:38:34 +0100 |
commit | d03b3b00ac22f32af87a752669a46d9d06ae1561 (patch) | |
tree | 28f73399a52030ba5604b9035ed2c19ae037b15b /Porting | |
parent | e10204135b763e864169cd1f19037fc2f8c37385 (diff) | |
download | perl-d03b3b00ac22f32af87a752669a46d9d06ae1561.tar.gz |
FD 4 is not (yet) open at this stage.
Regenerated after backporting 88a6f4fc380d30c40
Please *do* remember to notify the metaconfig folk when directly patching Configure
Bring back Missing parts
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 8a40c32910..e43fa89ed3 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -5096,6 +5096,11 @@ uvXUformat (perlxvf.U): This variable contains the format string used for printing a Perl UV as an unsigned hexadecimal integer in uppercase ABCDEF. +vaproto (vaproto.U): + This variable conditionally defines CAN_VAPROTO on systems supporting + prototype declaration of functions with a variable number of + arguments. See also prototype. + vendorarch (vendorarch.U): This variable contains the value of the PERL_VENDORARCH symbol. It may have a ~ on the front. |