diff options
author | Steve Hay <SteveHay@planit.com> | 2005-10-31 11:53:05 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-10-31 11:53:05 +0000 |
commit | ff083d1d8cab4c4a7f90a2f0a6f26b2966627d89 (patch) | |
tree | 40ef8add09ef33b1b418faba38cbf6274b4ef5dd /win32/config_H.bc | |
parent | 3a09494cf2bab4c0367a83f53debd3fa55916dfd (diff) | |
download | perl-ff083d1d8cab4c4a7f90a2f0a6f26b2966627d89.tar.gz |
Change some spaces to tabs for easier diffing against config_h.SH
p4raw-id: //depot/perl@25919
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index b3e08de625..b08252cecf 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. @@ -3872,8 +3872,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 /**/ @@ -3945,10 +3945,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 /**/ @@ -3976,13 +3976,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 /**/ |