typo fix
[p5sagit/p5-mst-13.2.git] / Porting / Glossary
index 080a4d8..bde26b7 100644 (file)
@@ -1081,10 +1081,6 @@ d_pwquota (i_pwd.U):
        This variable conditionally defines PWQUOTA, which indicates
        that struct passwd contains pw_quota.
 
-d_qgcvt (d_qgcvt.U):
-       This variable conditionally defines the HAS_QGCVT symbol, which
-       indicates to the C program that the qgcvt() routine is available.
-
 d_quad (quadtype.U):
        This variable, if defined, tells that there's a 64-bit integer type,
        quadtype.
@@ -1406,6 +1402,10 @@ d_strtold (d_strtold.U):
        This variable conditionally defines the HAS_STRTOLD symbol, which
        indicates to the C program that the strtold() routine is available.
 
+d_strtoll (d_strtoll.U):
+       This variable conditionally defines the HAS_STRTOLL symbol, which
+       indicates to the C program that the strtoll() routine is available.
+
 d_strtoul (d_strtoul.U):
        This variable conditionally defines the HAS_STRTOUL symbol, which
        indicates to the C program that the strtoul() routine is available