summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-09-12 10:19:32 +0300
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-09-13 06:51:55 +0000
commitf244a5024a702eda24be5d03683683a27d10f206 (patch)
treed510a4ae5062c5755f10d52266fd92ebf9a56e02 /Porting/Glossary
parentc9b9f90938a22f06e1d50b6595cbb0b943c4e4c7 (diff)
downloadperl-f244a5024a702eda24be5d03683683a27d10f206.tar.gz
Accumulated fixes from earlier backports, amongst of which:
Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure Message-ID: <45063554.1040301@iki.fi> p4raw-id: //depot/perl@28829
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 9e9f9e1e07..9a40c552cf 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -534,16 +534,16 @@ d_const (d_const.U):
indicates to the C program that this C compiler knows about the
const type.
-d_cplusplus (d_cplusplus.U):
- This variable conditionally defines the USE_CPLUSPLUS symbol, which
- indicates that a C++ compiler was used to compiled Perl and will be
- used to compile extensions.
-
d_copysignl (d_copysignl.U):
This variable conditionally defines the HAS_COPYSIGNL symbol, which
indicates to the C program that the copysignl() routine is available.
If aintl is also present we can emulate modfl.
+d_cplusplus (d_cplusplus.U):
+ This variable conditionally defines the USE_CPLUSPLUS symbol, which
+ indicates that a C++ compiler was used to compiled Perl and will be
+ used to compile extensions.
+
d_crypt (d_crypt.U):
This variable conditionally defines the CRYPT symbol, which
indicates to the C program that the crypt() routine is available