mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 09:21:26 +00:00
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:
parent
5316b78cca
commit
a3e1a25844
3 changed files with 8 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue