From 0fec3019e03be35493f2b0dd68a250f273e602f3 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Thu, 24 Jan 2008 07:02:58 +0000 Subject: [PATCH] Bug 411112 - "AIX Compilation error for trunk build source nsPNGEncoder.cpp : mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp", line 159.14: 1540-0217 (S) "jmpbuf" is not a member of "struct png_struct_def"." [p=shailen.n.jain@gmail.com (Shailen) r+a1.9=stuart] --- modules/libpr0n/encoders/png/nsPNGEncoder.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/libpr0n/encoders/png/nsPNGEncoder.cpp b/modules/libpr0n/encoders/png/nsPNGEncoder.cpp index c0bba0fa2c6..834017ca349 100644 --- a/modules/libpr0n/encoders/png/nsPNGEncoder.cpp +++ b/modules/libpr0n/encoders/png/nsPNGEncoder.cpp @@ -45,12 +45,6 @@ #include "nsString.h" #include "nsStreamUtils.h" -// Bug 308126 - AIX defines jmpbuf in sys/context.h which conflicts with the -// definition of jmpbuf in the png.h header file. -#ifdef jmpbuf -#undef jmpbuf -#endif - // Input streams that do not implement nsIAsyncInputStream should be threadsafe // so that they may be used with nsIInputStreamPump and nsIInputStreamChannel, // which read such a stream on a background thread.