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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user