mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
1d24a36c44
subtle compile-time error involving the jmp_buf struct, which can be different sizes depending on what macros are defined. Since libpng and Mozilla are not necessarily compiled at the same time (at least during development), the only way to guarantee that their concept of jmp_buf is consistent is to avoid using it at all in one of them; specifically, replace libpng's default error-handler with essentially the same thing within Mozilla. (This will likely be required in a future version of libpng, btw.) |
||
---|---|---|
.. | ||
classes | ||
doc | ||
gifcom | ||
jpgcom | ||
macbuild | ||
png | ||
pngcom | ||
public | ||
public_com | ||
src | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |