summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2011-04-27 14:47:15 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-04-27 14:47:15 -0500
commite6dc85bb0bb5a3f6b5df6df4308a183b304d867c (patch)
tree64f91f72ed7c076d5fb55b5465ec311f2f0a7727 /pngstruct.h
parent20786be695e82fe4d23935d81f5aa76a24e6a54d (diff)
downloadlibpng-e6dc85bb0bb5a3f6b5df6df4308a183b304d867c.tar.gz
[devel] Changed png_struct jmp_buf member name to avoid clash with macro
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h
index f906d9621..ca951a4e8 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -29,7 +29,7 @@
struct png_struct_def
{
#ifdef PNG_SETJMP_SUPPORTED
- jmp_buf png_jmpbuf; /* used in png_error */
+ jmp_buf longjmp_buffer; /* used in png_error */
png_longjmp_ptr longjmp_fn;/* setjmp non-local goto function. */
#endif
png_error_ptr error_fn; /* function for printing errors and aborting */