From d7abad5a6cc86ef3fbd77a116588d1e0684069e5 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Sat, 23 Oct 1999 00:21:17 +0000 Subject: [PATCH] fixing breakage by #undef BlockAllocCat git-svn-id: svn://10.0.0.236/trunk@51604 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libimg/gifcom/gif.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/modules/libimg/gifcom/gif.cpp b/mozilla/modules/libimg/gifcom/gif.cpp index d07f45be561..de5afbac66f 100644 --- a/mozilla/modules/libimg/gifcom/gif.cpp +++ b/mozilla/modules/libimg/gifcom/gif.cpp @@ -251,6 +251,7 @@ il_BACat (char **destination, return *destination; } +#undef BlockAllocCat #define BlockAllocCat(dest, dest_length, src, src_length) il_BACat(&(dest), dest_length, src, src_length) /* Send the data to the display front-end. */