mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +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
25a188478f
commit
f9917b89bd
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>
|
||||
|
||||
* Source/NSBitmapImageRep.m
|
||||
|
|
|
@ -451,7 +451,7 @@ __attribute__((unused));
|
|||
/* ----------------------------------------------------------------------- */
|
||||
/* Postscript Client functions */
|
||||
/* ----------------------------------------------------------------------- */
|
||||
static inline void
|
||||
static void
|
||||
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
||||
__attribute__((unused));
|
||||
|
||||
|
@ -1171,7 +1171,7 @@ GSDrawImage(GSCTXT *ctxt, NSRect rect, void * imageref)
|
|||
/* ----------------------------------------------------------------------- */
|
||||
/* Postscript Client functions */
|
||||
/* ----------------------------------------------------------------------- */
|
||||
static inline void
|
||||
static void
|
||||
DPSPrintf(GSCTXT *ctxt, const char * fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
|
Loading…
Reference in a new issue