fixing breakage by #undef BlockAllocCat

This commit is contained in:
beard%netscape.com 1999-10-23 00:21:17 +00:00
parent 6e0ce90527
commit 85c2fe3831

View File

@ -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. */