Redefine BOOL to avoid name collision

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-12-31 16:49:48 +00:00
parent 5316b78cca
commit a3e1a25844
3 changed files with 8 additions and 2 deletions

View file

@ -765,12 +765,12 @@ static unsigned int unique_index = 0;
/* ----------------------------------------------------------------------- */
/* Client functions */
/* ----------------------------------------------------------------------- */
- (void) DPSPrintf: (char *)fmt : (va_list)args
- (void) DPSPrintf: (const char *)fmt : (va_list)args
{
/* Do nothing. We can't parse PostScript */
}
- (void) DPSWriteData: (char *)buf : (unsigned int)count
- (void) DPSWriteData: (const char *)buf : (unsigned int)count
{
/* Do nothing. We can't parse PostScript */
}