summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2006-05-22 17:37:33 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-05-22 17:37:33 +0000
commita2d23ec243cb32ad5ac90ab8101b59ec7d77e541 (patch)
treecd0e2ebae72a41417448c9abfc37d2e3ec346b7c /Porting/Glossary
parent4c0d88fa74047e2136ab0d51a21a0f536d0d1bcb (diff)
downloadperl-a2d23ec243cb32ad5ac90ab8101b59ec7d77e541.tar.gz
Re-generation after backports of
#28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently #28189 A Configure probe for C99 variadic macros, based on code from #28202 Take advantage of the bug that binexp ignores the Configure #28263 Oops. Fix bad #! lines when not using userelocatableinc One small cleanup fix added. Some small re-ordering. Some whitespace. p4raw-id: //depot/perl@28283
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary10
1 files changed, 5 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 767db1cd80..43723bb230 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -482,6 +482,11 @@ d_bzero (d_bzero.U):
This variable conditionally defines the HAS_BZERO symbol if
the bzero() routine is available to set memory to 0.
+d_c99_variadic_macros (d_c99_variadic.U):
+ This variable conditionally defines the HAS_C99_VARIADIC_MACROS
+ symbol, which indicates to the C program that C99 variadic macros
+ are available.
+
d_casti32 (d_casti32.U):
This variable conditionally defines CASTI32, which indicates
whether the C compiler can cast large floats to 32-bit ints.
@@ -558,11 +563,6 @@ d_ctime_r (d_ctime_r.U):
which indicates to the C program that the ctime_r()
routine is available.
-d_c99_variadic_macros (d_c99_variadic_macros.U):
- This variable conditionally defines the HAS_C99_VARIADIC_MACROS
- symbol, which indicates to the C program that C99 variadic macros
- are available.
-
d_cuserid (d_cuserid.U):
This variable conditionally defines the HAS_CUSERID symbol, which
indicates to the C program that the cuserid() routine is available