mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidyups ... non functional.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd8698bd0e
commit
b94ff9571e
13 changed files with 48 additions and 41 deletions
|
@ -41,7 +41,7 @@
|
|||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
|
||||
extern BOOL GSMacOSXCompatibleGeometry(); // Compatibility mode
|
||||
extern BOOL GSMacOSXCompatibleGeometry(void); // Compatibility mode
|
||||
|
||||
static Class NSStringClass = 0;
|
||||
static Class NSScannerClass = 0;
|
||||
|
@ -53,7 +53,7 @@ static BOOL (*scanStringImp)(NSScanner*, SEL, NSString*, NSString**);
|
|||
static id (*scannerImp)(Class, SEL, NSString*);
|
||||
|
||||
static inline void
|
||||
setupCache()
|
||||
setupCache(void)
|
||||
{
|
||||
if (NSStringClass == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue