diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-11 08:52:20 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-11 08:52:20 +0100 |
commit | 81b8f8f06c8c9ef7493fc9184558eda4b8893dfd (patch) | |
tree | 47a88dccbd9241bccc26962e9979905d75edad22 /win32 | |
parent | b7d8baf2b2eb962761a9c2e38df7ff8bdcc34d5e (diff) | |
download | perl-81b8f8f06c8c9ef7493fc9184558eda4b8893dfd.tar.gz |
Correct the comment style of a couple of not #defined symbols
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.vc | 2 | ||||
-rw-r--r-- | win32/config_H.vc64 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 9c488e4fbb..f4da673242 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1057,7 +1057,7 @@ * This symbol is defined if the C compiler can cast negative * or large floating point numbers to 32-bit ints. */ -/*#define CASTI32 /**/ +/*#define CASTI32 / **/ /* CASTNEGFLOAT: * This symbol is defined if the C compiler can cast negative diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 72774f0890..486c48ee8e 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -1057,7 +1057,7 @@ * This symbol is defined if the C compiler can cast negative * or large floating point numbers to 32-bit ints. */ -/*#define CASTI32 /**/ +/*#define CASTI32 / **/ /* CASTNEGFLOAT: * This symbol is defined if the C compiler can cast negative @@ -2599,7 +2599,7 @@ * C preprocessor can make decisions based on it. It is only * defined if the system supports long long. */ -/*#define HAS_LONG_LONG /**/ +/*#define HAS_LONG_LONG / **/ #ifdef HAS_LONG_LONG #define LONGLONGSIZE 8 /**/ #endif |