X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.gc;h=ddc89d3b22507118ccddbc0aea238ba000582ec0;hb=25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17;hp=e8922572cfa14c38ba60040adc56a46fe0daf7ba;hpb=e3e360c63a31e840875376f48127a0736b79eab5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.gc b/win32/config_H.gc index e892257..ddc89d3 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1045,7 +1045,7 @@ #endif /* NeXT */ /* CAT2: - * This macro catenates 2 tokens together. + * This macro concatenates 2 tokens together. */ /* STRINGIFY: * This macro surrounds its token with double quotes. @@ -3876,8 +3876,8 @@ /*#define HAS_ILOGBL /**/ /* LIBM_LIB_VERSION: - * This symbol, if defined, indicates that libm exports _LIB_VERSION - * and that math.h defines the enum to manipulate it. + * This symbol, if defined, indicates that libm exports _LIB_VERSION + * and that math.h defines the enum to manipulate it. */ /*#define LIBM_LIB_VERSION /**/ @@ -3949,10 +3949,10 @@ /*#define HAS_SOCKATMARK_PROTO /**/ /* SPRINTF_RETURNS_STRLEN: - * This variable defines whether sprintf returns the length of the string - * (as per the ANSI spec). Some C libraries retain compatibility with - * pre-ANSI C and return a pointer to the passed in buffer; for these - * this variable will be undef. + * This variable defines whether sprintf returns the length of the string + * (as per the ANSI spec). Some C libraries retain compatibility with + * pre-ANSI C and return a pointer to the passed in buffer; for these + * this variable will be undef. */ #define SPRINTF_RETURNS_STRLEN /**/ @@ -3980,13 +3980,13 @@ /* HAS_STRLCAT: * This symbol, if defined, indicates that the strlcat () routine is - * available to do string concatenation. + * available to do string concatenation. */ /*#define HAS_STRLCAT /**/ /* HAS_STRLCPY: * This symbol, if defined, indicates that the strlcpy () routine is - * available to do string copying. + * available to do string copying. */ /*#define HAS_STRLCPY /**/