Optimisations etc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-04-19 14:34:50 +00:00
parent 5eb0a2e7a0
commit 7f8efd6908
5 changed files with 54 additions and 12 deletions

View file

@ -31,6 +31,14 @@
#include <AppKit/NSStringDrawing.h>
#include <AppKit/AppKit.h>
/*
* A function called by NSApplication to ensure that this file is linked
* when it should be.
*/
void
GSStringDrawingDummyFunction()
{
}
static NSCharacterSet *whitespace;
static NSCharacterSet *newlines;