mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 22:50:59 +00:00
(DPSPrintf): Remove inline attribute
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15248 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86b8d2dbac
commit
287ebb247f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2002-12-04 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/DPSOperators.h (DPSPrintf): Remove inline
|
||||||
|
attribute which caused compiler errors on FreeBSD (patch from Pete
|
||||||
|
French <pete@twisted.org.uk>).
|
||||||
|
|
||||||
2002-12-05 Fred Kiefer <FredKiefer@gmx.de>
|
2002-12-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSBitmapImageRep.m
|
* Source/NSBitmapImageRep.m
|
||||||
|
|
|
@ -451,7 +451,7 @@ __attribute__((unused));
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
/* Postscript Client functions */
|
/* Postscript Client functions */
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
static inline void
|
static void
|
||||||
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
||||||
__attribute__((unused));
|
__attribute__((unused));
|
||||||
|
|
||||||
|
@ -1171,7 +1171,7 @@ GSDrawImage(GSCTXT *ctxt, NSRect rect, void * imageref)
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
/* Postscript Client functions */
|
/* Postscript Client functions */
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
static inline void
|
static void
|
||||||
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue