summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-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