[libpng16] Imported from libpng-1.6.18beta03.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-05-06 14:57:02 -05:00
parent 74428df2fd
commit d8d18fbb02
17 changed files with 38 additions and 33 deletions

View File

@@ -65,7 +65,7 @@ int main(void) {
unsigned int x = 0;
do {
unsigned int t = x + (x >> 16) + /*(x >> 31)*/ + r;
unsigned int t = x + (x >> 16) /*+ (x >> 31)*/ + r;
double v = x, errtest;
if (t < x) {