Message105495
Just double checked that r80969 didn't introduce any other non-whitespace changes: apart from the now-fixed OS X 10.5 SDK issue), the only other non-whitespace change was:
@@ -7018,7 +7023,7 @@
int
main ()
{
-long double x; x = (long double)0.;
+long double x; x = (long double)0;
;
return 0;
}
which looks harmless to me. |
|
| Date |
User |
Action |
Args |
| 2010-05-11 10:23:20 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, doko, vstinner, rpetrov, Arfrever |
| 2010-05-11 10:23:20 | mark.dickinson | set | messageid: <[email protected]> |
| 2010-05-11 10:23:18 | mark.dickinson | link | issue8510 messages |
| 2010-05-11 10:23:17 | mark.dickinson | create | |
|