mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Trivial tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b147e0b54c
commit
538cd7f76f
19 changed files with 58 additions and 100 deletions
|
@ -46,6 +46,8 @@
|
|||
#include <Foundation/NSDebug.h>
|
||||
#include "GSPrivate.h"
|
||||
|
||||
extern BOOL GSMacOSXCompatiblePropertyLists(void);
|
||||
|
||||
@class NSArrayEnumerator;
|
||||
@class NSArrayEnumeratorReverse;
|
||||
|
||||
|
@ -1100,7 +1102,6 @@ static NSString *indentStrings[] = {
|
|||
*/
|
||||
- (BOOL) writeToFile: (NSString *)path atomically: (BOOL)useAuxiliaryFile
|
||||
{
|
||||
extern BOOL GSMacOSXCompatiblePropertyLists();
|
||||
NSDictionary *loc;
|
||||
NSString *desc;
|
||||
|
||||
|
@ -1136,7 +1137,6 @@ static NSString *indentStrings[] = {
|
|||
*/
|
||||
- (BOOL) writeToURL: (NSURL *)url atomically: (BOOL)useAuxiliaryFile
|
||||
{
|
||||
extern BOOL GSMacOSXCompatiblePropertyLists();
|
||||
NSDictionary *loc;
|
||||
NSString *desc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue