Lines 330-341
Link Here
|
330 |
# endif |
330 |
# endif |
331 |
# ifdef _SETJMP_H |
331 |
# ifdef _SETJMP_H |
332 |
/* If you encounter a compiler error here, see the explanation |
332 |
/* If you encounter a compiler error here, see the explanation |
333 |
* near the end of INSTALL. |
333 |
* near the end of INSTALL. |
334 |
*/ |
334 |
*/ |
335 |
__pngconf.h__ in libpng already includes setjmp.h; |
335 |
#warning __pngconf.h__ in libpng already includes setjmp.h; |
336 |
__dont__ include it again.; |
336 |
#warning __dont__ include it again.; |
337 |
# endif |
337 |
# endif |
338 |
# endif /* __linux__ */ |
338 |
# endif /* __linux__ */ |
339 |
# endif /* PNG_SKIP_SETJMP_CHECK */ |
339 |
# endif /* PNG_SKIP_SETJMP_CHECK */ |
340 |
|
340 |
|
341 |
/* include setjmp.h for error handling */ |
341 |
/* include setjmp.h for error handling */ |