fixing breakage by #undef BlockAllocCat

git-svn-id: svn://10.0.0.236/trunk@51604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-10-23 00:21:17 +00:00
parent 0816082384
commit d7abad5a6c

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