Ticket #9053: patch-config.guess.diff
File patch-config.guess.diff, 355 bytes (added by vinc17@…, 15 years ago) |
---|
-
config.guess
old new 355 355 unsigned (*fun)(); 356 356 unsigned pvr; 357 357 358 return 0; 358 359 /* a separate "fun" variable is necessary for gcc 2.95.2 on MacOS, 359 360 it gets a compiler error on a combined cast and call */ 360 361 fun = (unsigned (*)()) getpvr.a;