summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 00:55:41 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:33 +0100
commit9d82a2b71ca36a0f03ce4676aab0bada365292a9 (patch)
tree96d319dc6c4321e6fbc992af2b26b54dc49f4bd4 /Porting/Glossary
parent3d97541cde09d330e1c16246cbe085f4717abb01 (diff)
downloadperl-9d82a2b71ca36a0f03ce4676aab0bada365292a9.tar.gz
Rely on C89 <stdarg.h>
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary13
1 files changed, 0 insertions, 13 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index b462f20689..df598c0464 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3601,11 +3601,6 @@ i_socks (i_socks.U):
This variable conditionally defines the I_SOCKS symbol, and indicates
whether a C program should include <socks.h>.
-i_stdarg (i_varhdr.U):
- This variable conditionally defines the I_STDARG symbol, which
- indicates to the C program that <stdarg.h> exists and should
- be included.
-
i_stdbool (i_stdbool.U):
This variable conditionally defines the I_STDBOOL symbol, which
indicates to the C program that <stdbool.h> exists and should
@@ -3788,14 +3783,6 @@ i_values (i_values.U):
whether a C program may include <values.h> to get symbols like MAXLONG
and friends.
-i_varargs (i_varhdr.U):
- This variable conditionally defines I_VARARGS, which indicates
- to the C program that it should include <varargs.h>.
-
-i_varhdr (i_varhdr.U):
- Contains the name of the header to be included to get va_dcl definition.
- Typically one of varargs.h or stdarg.h.
-
i_vfork (i_vfork.U):
This variable conditionally defines the I_VFORK symbol, and indicates
whether a C program should include vfork.h.