diff options
-rw-r--r-- | t/pragma/warn/toke | 17 | ||||
-rw-r--r-- | win32/config_H.bc | 8 | ||||
-rw-r--r-- | win32/config_H.gc | 8 | ||||
-rw-r--r-- | win32/config_H.vc | 8 |
4 files changed, 30 insertions, 11 deletions
diff --git a/t/pragma/warn/toke b/t/pragma/warn/toke index 6adddfc800..242b0059fb 100644 --- a/t/pragma/warn/toke +++ b/t/pragma/warn/toke @@ -450,6 +450,7 @@ $a = 1__23; print "$a\n"; $a = 12.3__4; print "$a\n"; $a = 12.34e1__2; print "$a\n"; EXPECT +OPTIONS regex Misplaced _ in number at - line 6. Misplaced _ in number at - line 11. Misplaced _ in number at - line 16. @@ -503,10 +504,10 @@ _123 123456000000000 123456000000000 123456000000000 -1.23456e-10 -1.23456e-10 -1.23456e-10 -1.23456e-10 +1.23456e-0?10 +1.23456e-0?10 +1.23456e-0?10 +1.23456e-0?10 123 12.34 12340000000000 @@ -543,10 +544,10 @@ _123 123456000000000 123456000000000 123456000000000 -1.23456e-10 -1.23456e-10 -1.23456e-10 -1.23456e-10 +1.23456e-0?10 +1.23456e-0?10 +1.23456e-0?10 +1.23456e-0?10 123 12.34 12340000000000 diff --git a/win32/config_H.bc b/win32/config_H.bc index 6d942cd9b0..131b35f4a4 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Wed May 9 16:33:25 2001 + * Configuration time: Thu May 31 13:35:52 2001 * Configured by : nick * Target system : */ @@ -1038,7 +1038,13 @@ * by Configure. You shouldn't rely on it too much; the specific * feature tests from Configure are generally more reliable. */ +/* OSVERS: + * This symbol contains the version of the operating system, as determined + * by Configure. You shouldn't rely on it too much; the specific + * feature tests from Configure are generally more reliable. + */ #define OSNAME "MSWin32" /**/ +#define OSVERS "4.0" /**/ /* MEM_ALIGNBYTES: * This symbol contains the number of bytes required to align a diff --git a/win32/config_H.gc b/win32/config_H.gc index 447a6f99f4..d65a2d5229 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Wed May 9 16:33:12 2001 + * Configuration time: Thu May 31 13:35:39 2001 * Configured by : nick * Target system : */ @@ -1038,7 +1038,13 @@ * by Configure. You shouldn't rely on it too much; the specific * feature tests from Configure are generally more reliable. */ +/* OSVERS: + * This symbol contains the version of the operating system, as determined + * by Configure. You shouldn't rely on it too much; the specific + * feature tests from Configure are generally more reliable. + */ #define OSNAME "MSWin32" /**/ +#define OSVERS "4.0" /**/ /* MEM_ALIGNBYTES: * This symbol contains the number of bytes required to align a diff --git a/win32/config_H.vc b/win32/config_H.vc index 387d59d115..e01dcb2c87 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Wed May 9 16:32:59 2001 + * Configuration time: Thu May 31 13:35:26 2001 * Configured by : nick * Target system : */ @@ -1038,7 +1038,13 @@ * by Configure. You shouldn't rely on it too much; the specific * feature tests from Configure are generally more reliable. */ +/* OSVERS: + * This symbol contains the version of the operating system, as determined + * by Configure. You shouldn't rely on it too much; the specific + * feature tests from Configure are generally more reliable. + */ #define OSNAME "MSWin32" /**/ +#define OSVERS "4.0" /**/ /* MEM_ALIGNBYTES: * This symbol contains the number of bytes required to align a |